X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fx86_64%2Fsyscall_arch.h;h=a85c440c2769faa3a354f83bc5e1706e61f15844;hb=3f08154ac494f4739afbc7451f317b2ef1bffbd3;hp=1c4b48a276ae4303695b46fa32b2ca0601a1e233;hpb=208eb584efbf995e0c5d92f76d5f4c08ae0054b4;p=musl diff --git a/arch/x86_64/syscall_arch.h b/arch/x86_64/syscall_arch.h index 1c4b48a2..a85c440c 100644 --- a/arch/x86_64/syscall_arch.h +++ b/arch/x86_64/syscall_arch.h @@ -1,8 +1,6 @@ #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;