Merge master.kernel.org:/home/rmk/linux-2.6-arm
[powerpc.git] / include / asm-x86_64 / unistd.h
index da0341c..f21ff2c 100644 (file)
@@ -605,8 +605,14 @@ __SYSCALL(__NR_pselect6, sys_ni_syscall)   /* for now */
 __SYSCALL(__NR_ppoll,  sys_ni_syscall)         /* for now */
 #define __NR_unshare           272
 __SYSCALL(__NR_unshare,        sys_unshare)
-
-#define __NR_syscall_max __NR_unshare
+#define __NR_set_robust_list   273
+__SYSCALL(__NR_set_robust_list, sys_set_robust_list)
+#define __NR_get_robust_list   274
+__SYSCALL(__NR_get_robust_list, sys_get_robust_list)
+#define __NR_splice            275
+__SYSCALL(__NR_splice, sys_splice)
+
+#define __NR_syscall_max __NR_splice
 
 #ifndef __NO_STUBS