move __BYTE_ORDER definition to alltypes.h
[musl] / arch / x86_64 / syscall_arch.h
index 1c4b48a..92d5c17 100644 (file)
@@ -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