]> granicus.if.org Git - strace/commitdiff
metag: rename llseek syscall to _llseek
authorJames Hogan <james.hogan@imgtec.com>
Tue, 7 May 2013 12:09:27 +0000 (13:09 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 7 May 2013 13:12:41 +0000 (13:12 +0000)
The raw llseek syscall is called _llseek from userland, so fix the
naming of it for metag to allow the stat test to pass.

* linux/metag/syscallent.h: Rename llseek syscall to _llseek.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
linux/metag/syscallent.h

index 34167b322da112be7e71ef250bc03b1bccf72dc6..4a1a53207fae3b852e5c078956ff354152c49ea9 100644 (file)
@@ -60,7 +60,7 @@
        { 2,    TD,     sys_pipe2,                      "pipe2"                 }, /* 59 */
        { 4,    TF,     sys_quotactl,                   "quotactl"              }, /* 60 */
        { 3,    TD,     sys_getdents64,                 "getdents64"            }, /* 61 */
-       { 5,    TD,     sys_llseek,                     "llseek"                }, /* 62 */
+       { 5,    TD,     sys_llseek,                     "_llseek"               }, /* 62 */
        { 3,    TD,     sys_read,                       "read"                  }, /* 63 */
        { 3,    TD,     sys_write,                      "write"                 }, /* 64 */
        { 3,    TD,     sys_readv,                      "readv"                 }, /* 65 */