mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
Kernel: Dont't static_assert that size_t is 32-bit :^)
This commit is contained in:
parent
b3736c1b1e
commit
7c278eb970
Notes:
sideshowbarker
2024-07-19 06:13:18 +09:00
Author: https://github.com/awesomekling
Commit: 7c278eb970
1 changed files with 0 additions and 2 deletions
|
@ -36,8 +36,6 @@ String copy_string_from_user(const char*, size_t);
|
|||
|
||||
extern "C" {
|
||||
|
||||
static_assert(sizeof(size_t) == 4);
|
||||
|
||||
void copy_to_user(void*, const void*, size_t);
|
||||
void copy_from_user(void*, const void*, size_t);
|
||||
void memset_user(void*, int, size_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue