]> 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 d86494e23b638460557133d1f388f5c18030b17b..feb77cb8c0442eb629799b18163a07f663d3fbd5 100644 (file)
@@ -613,8 +613,12 @@ __SYSCALL(__NR_get_robust_list, sys_get_robust_list)
 __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_tee
+#define __NR_syscall_max __NR_vmsplice
 
 #ifndef __NO_STUBS