diff options
Diffstat (limited to 'arch/x86_64/bits/syscall.h')
-rw-r--r-- | arch/x86_64/bits/syscall.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86_64/bits/syscall.h b/arch/x86_64/bits/syscall.h index 2339d2e5..5eeb8a69 100644 --- a/arch/x86_64/bits/syscall.h +++ b/arch/x86_64/bits/syscall.h @@ -1,4 +1,5 @@ -#define __SYSCALL_LL(x) (x) +#define __SYSCALL_LL_E(x) (x) +#define __SYSCALL_LL_O(x) (x) static inline long __syscall0(long __n) { |