diff options
Diffstat (limited to 'arch/x86_64/bits/syscall.h')
-rw-r--r-- | arch/x86_64/bits/syscall.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86_64/bits/syscall.h b/arch/x86_64/bits/syscall.h index 61a67a70..567cfcb7 100644 --- a/arch/x86_64/bits/syscall.h +++ b/arch/x86_64/bits/syscall.h @@ -1,6 +1,8 @@ #define __SYSCALL_LL_E(x) (x) #define __SYSCALL_LL_O(x) (x) +#define __SYSCALL_SSLEN 8 + static inline long __syscall0(long __n) { unsigned long __ret; |