]> granicus.if.org Git - strace/commitdiff
Fix sendfile64 syscall entries
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 10 Jan 2015 22:41:25 +0000 (01:41 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 12 Jan 2015 17:32:16 +0000 (17:32 +0000)
* linux/arc/syscallent.h (sendfile64): Change sys_name to sendfile64.
* linux/metag/syscallent.h: Likewise.
* linux/or1k/syscallent.h: Likewise.

linux/arc/syscallent.h
linux/metag/syscallent.h
linux/or1k/syscallent.h

index 0b5427f3f31cd2f0c49ba1cd8bdd2a049a772d37..9829f1db2c12282e472a78bb1e1d77ea8ce6a559 100644 (file)
@@ -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 */
index 28c58b8f4259430c3d5d8d29af6edd7aa9451b6d..9fbed047f63684f666f41cd90c05b096a2b8b925 100644 (file)
@@ -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 */
index 1bea2f6488014a2a28795a1d6ed2ebdaf4ff23c9..30fe2388a4012b27967552c802e7a2286c1d758f 100644 (file)
@@ -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 */