X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=inline;f=arch%2Fx86_64%2Fsyscall_arch.h;h=92d5c179217b25418e257b2fd1b563abeeff6f65;hb=97d35a552ec5b6ddf7923dd2f9a8eb973526acea;hp=1c4b48a276ae4303695b46fa32b2ca0601a1e233;hpb=208eb584efbf995e0c5d92f76d5f4c08ae0054b4;p=musl diff --git a/arch/x86_64/syscall_arch.h b/arch/x86_64/syscall_arch.h index 1c4b48a2..92d5c179 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; @@ -62,3 +60,11 @@ static __inline long __syscall6(long n, long a1, long a2, long a3, long a4, long "d"(a3), "r"(r10), "r"(r8), "r"(r9) : "rcx", "r11", "memory"); return ret; } + +#define VDSO_USEFUL +#define VDSO_CGT_SYM "__vdso_clock_gettime" +#define VDSO_CGT_VER "LINUX_2.6" +#define VDSO_GETCPU_SYM "__vdso_getcpu" +#define VDSO_GETCPU_VER "LINUX_2.6" + +#define IPC_64 0