]> err.no Git - linux-2.6/blobdiff - include/asm-x86_64/unistd.h
[PATCH] x86_64: Rename e820_mapped to e820_any_mapped
[linux-2.6] / include / asm-x86_64 / unistd.h
index da0341c57949717e17b59a9c16499b4b31e5d8c1..f21ff2c1e960bfcafeb735b058857c14f0529a2e 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