]> Git Repo - linux.git/blobdiff - include/asm-x86_64/unistd.h
[PATCH] splice: add support for sys_tee()
[linux.git] / include / asm-x86_64 / unistd.h
index fcc5163530873bf7437d8509231db03a2165501d..d86494e23b638460557133d1f388f5c18030b17b 100644 (file)
@@ -609,8 +609,12 @@ __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_splice            275
+__SYSCALL(__NR_splice, sys_splice)
+#define __NR_tee               276
+__SYSCALL(__NR_tee, sys_tee)
 
-#define __NR_syscall_max __NR_get_robust_list
+#define __NR_syscall_max __NR_tee
 
 #ifndef __NO_STUBS
 
This page took 0.031367 seconds and 4 git commands to generate.