about summary refs log tree commit diff
path: root/arch/i386/bits/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/bits/syscall.h')
-rw-r--r--arch/i386/bits/syscall.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/i386/bits/syscall.h b/arch/i386/bits/syscall.h
index daea5525..37b339c0 100644
--- a/arch/i386/bits/syscall.h
+++ b/arch/i386/bits/syscall.h
@@ -471,6 +471,14 @@ static inline long __syscall6(long __n, long __a1, long __a2, long __a3, long __
 #define __NR_preadv		333
 #define __NR_pwritev		334
 #define __NR_prlimit64		340
+#define __NR_name_to_handle_at	341
+#define __NR_open_by_handle_at	342
+#define __NR_clock_adjtime	343
+#define __NR_syncfs		344
+#define __NR_sendmmsg		345
+#define __NR_setns		346
+#define __NR_process_vm_readv	347
+#define __NR_process_vm_writev	348
 
 /* fixup legacy 16-bit junk */
 #undef __NR_lchown
@@ -883,6 +891,14 @@ static inline long __syscall6(long __n, long __a1, long __a2, long __a3, long __
 #define SYS_preadv		333
 #define SYS_pwritev		334
 #define SYS_prlimit64		340
+#define SYS_name_to_handle_at	341
+#define SYS_open_by_handle_at	342
+#define SYS_clock_adjtime	343
+#define SYS_syncfs		344
+#define SYS_sendmmsg		345
+#define SYS_setns		346
+#define SYS_process_vm_readv	347
+#define SYS_process_vm_writev	348
 
 /* fixup legacy 16-bit junk */
 #undef SYS_lchown