fix wrong value of FLT_EVAL_METHOD for x86_64
[musl] / arch / x86_64 / bits / syscall.h
index 21d4c23..61a67a7 100644 (file)
@@ -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)
 {
@@ -366,6 +367,15 @@ static inline long __syscall6(long __n, long __a1, long __a2, long __a3, long __
 #define __NR_fanotify_init                     300
 #define __NR_fanotify_mark                     301
 #define __NR_prlimit64                         302
+#define __NR_name_to_handle_at                 303
+#define __NR_open_by_handle_at                 304
+#define __NR_clock_adjtime                     305
+#define __NR_syncfs                            306
+#define __NR_sendmmsg                          307
+#define __NR_setns                             308
+#define __NR_getcpu                            309
+#define __NR_process_vm_readv                  310
+#define __NR_process_vm_writev                 311
 
 #undef __NR_fstatat
 #undef __NR_pread
@@ -375,6 +385,7 @@ static inline long __syscall6(long __n, long __a1, long __a2, long __a3, long __
 #define __NR_pread __NR_pread64
 #define __NR_pwrite __NR_pwrite64
 #define __NR_getdents __NR_getdents64
+#define __NR_fadvise __NR_fadvise64
 
 
 
@@ -683,6 +694,15 @@ static inline long __syscall6(long __n, long __a1, long __a2, long __a3, long __
 #define SYS_fanotify_init                      300
 #define SYS_fanotify_mark                      301
 #define SYS_prlimit64                          302
+#define SYS_name_to_handle_at                  303
+#define SYS_open_by_handle_at                  304
+#define SYS_clock_adjtime                      305
+#define SYS_syncfs                             306
+#define SYS_sendmmsg                           307
+#define SYS_setns                              308
+#define SYS_getcpu                             309
+#define SYS_process_vm_readv                   310
+#define SYS_process_vm_writev                  311
 
 #undef SYS_fstatat
 #undef SYS_pread
@@ -692,5 +712,6 @@ static inline long __syscall6(long __n, long __a1, long __a2, long __a3, long __
 #define SYS_pread SYS_pread64
 #define SYS_pwrite SYS_pwrite64
 #define SYS_getdents SYS_getdents64
+#define SYS_fadvise SYS_fadvise64