]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86_64/unistd.h
Pull novell-bugzilla-156426 into release branch
[linux-2.6-omap-h63xx.git] / include / asm-x86_64 / unistd.h
index fcc5163530873bf7437d8509231db03a2165501d..feb77cb8c0442eb629799b18163a07f663d3fbd5 100644 (file)
@@ -609,8 +609,16 @@ __SYSCALL(__NR_unshare,    sys_unshare)
 __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_syscall_max __NR_get_robust_list
+#define __NR_splice            275
+__SYSCALL(__NR_splice, sys_splice)
+#define __NR_tee               276
+__SYSCALL(__NR_tee, sys_tee)
+#define __NR_sync_file_range   277
+__SYSCALL(__NR_sync_file_range, sys_sync_file_range)
+#define __NR_vmsplice          278
+__SYSCALL(__NR_vmsplice, sys_vmsplice)
+
+#define __NR_syscall_max __NR_vmsplice
 
 #ifndef __NO_STUBS