summaryrefslogtreecommitdiff
path: root/linux/x86_64/syscallent.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/x86_64/syscallent.h')
-rw-r--r--linux/x86_64/syscallent.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/x86_64/syscallent.h b/linux/x86_64/syscallent.h
index 73e4acf..0aa6759 100644
--- a/linux/x86_64/syscallent.h
+++ b/linux/x86_64/syscallent.h
@@ -273,10 +273,10 @@
{ 1, TP, sys_unshare, "unshare" }, /* 272 */
{ 2, 0, printargs, "set_robust_list" }, /* 273 */
{ 3, 0, printargs, "get_robust_list" }, /* 274 */
- { 6, TD, printargs, "splice" }, /* 275 */
- { 4, TD, printargs, "tee" }, /* 276 */
+ { 6, TD, sys_splice, "splice" }, /* 275 */
+ { 4, TD, sys_tee, "tee" }, /* 276 */
{ 4, TD, printargs, "sync_file_range" }, /* 277 */
- { 4, TD, printargs, "vmsplice" }, /* 278 */
+ { 4, TD, sys_vmsplice, "vmsplice" }, /* 278 */
{ 6, 0, sys_move_pages, "move_pages" }, /* 279 */
{ 4, TD|TF, sys_utimensat, "utimensat" }, /* 280 */
{ 5, TD, sys_epoll_pwait, "epoll_pwait" }, /* 281 */