From: Dmitry V. Levin Date: Sat, 10 Jan 2015 22:41:25 +0000 (+0300) Subject: Fix sendfile64 syscall entries X-Git-Tag: v4.10~215 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48a5b4e86eb0ac4d26e85ff815c4a65955322ecb;p=strace Fix sendfile64 syscall entries * linux/arc/syscallent.h (sendfile64): Change sys_name to sendfile64. * linux/metag/syscallent.h: Likewise. * linux/or1k/syscallent.h: Likewise. --- 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 */