From 48a5b4e86eb0ac4d26e85ff815c4a65955322ecb Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sun, 11 Jan 2015 01:41:25 +0300 Subject: [PATCH] Fix sendfile64 syscall entries * linux/arc/syscallent.h (sendfile64): Change sys_name to sendfile64. * linux/metag/syscallent.h: Likewise. * linux/or1k/syscallent.h: Likewise. --- linux/arc/syscallent.h | 2 +- linux/metag/syscallent.h | 2 +- linux/or1k/syscallent.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/linux/arc/syscallent.h b/linux/arc/syscallent.h index 0b5427f3..9829f1db 100644 --- a/linux/arc/syscallent.h +++ b/linux/arc/syscallent.h @@ -69,7 +69,7 @@ { 5, TD, sys_pwrite, "pwrite64" }, /* 68 */ { 5, TD, sys_preadv, "preadv" }, /* 69 */ { 5, TD, sys_pwritev, "pwritev" }, /* 70 */ - { 4, TD|TN, sys_sendfile64, "sendfile" }, /* 71 */ + { 4, TD|TN, sys_sendfile64, "sendfile64" }, /* 71 */ { 6, TD, sys_pselect6, "pselect6" }, /* 72 */ { 5, TD, sys_ppoll, "ppoll" }, /* 73 */ { 4, TD|TS, sys_signalfd4, "signalfd4" }, /* 74 */ diff --git a/linux/metag/syscallent.h b/linux/metag/syscallent.h index 28c58b8f..9fbed047 100644 --- a/linux/metag/syscallent.h +++ b/linux/metag/syscallent.h @@ -69,7 +69,7 @@ { 5, TD, sys_pwrite, "pwrite64" }, /* 68 */ { 5, TD, sys_preadv, "preadv" }, /* 69 */ { 5, TD, sys_pwritev, "pwritev" }, /* 70 */ - { 4, TD|TN, sys_sendfile64, "sendfile" }, /* 71 */ + { 4, TD|TN, sys_sendfile64, "sendfile64" }, /* 71 */ { 6, TD, sys_pselect6, "pselect6" }, /* 72 */ { 5, TD, sys_ppoll, "ppoll" }, /* 73 */ { 4, TD|TS, sys_signalfd4, "signalfd4" }, /* 74 */ diff --git a/linux/or1k/syscallent.h b/linux/or1k/syscallent.h index 1bea2f64..30fe2388 100644 --- a/linux/or1k/syscallent.h +++ b/linux/or1k/syscallent.h @@ -69,7 +69,7 @@ { 5, TD, sys_pwrite, "pwrite64" }, /* 68 */ { 5, TD, sys_preadv, "preadv" }, /* 69 */ { 5, TD, sys_pwritev, "pwritev" }, /* 70 */ - { 4, TD|TN, sys_sendfile64, "sendfile" }, /* 71 */ + { 4, TD|TN, sys_sendfile64, "sendfile64" }, /* 71 */ { 6, TD, sys_pselect6, "pselect6" }, /* 72 */ { 5, TD, sys_ppoll, "ppoll" }, /* 73 */ { 4, TD|TS, sys_signalfd4, "signalfd4" }, /* 74 */ -- 2.40.0