diff options
Diffstat (limited to 'Kernel/API/Syscall.h')
-rw-r--r-- | Kernel/API/Syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/API/Syscall.h b/Kernel/API/Syscall.h index 7077deeaae..8333a41033 100644 --- a/Kernel/API/Syscall.h +++ b/Kernel/API/Syscall.h @@ -318,7 +318,7 @@ struct SC_futex_params { u32 val; union { const timespec* timeout; - u32 val2; + uintptr_t val2; }; u32* userspace_address2; u32 val3; |