From: James Hogan Date: Tue, 7 May 2013 12:09:27 +0000 (+0100) Subject: metag: rename llseek syscall to _llseek X-Git-Tag: v4.8~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6c246f224d65f9b14f536f28d5024cc9e3fee02;p=strace metag: rename llseek syscall to _llseek 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 --- diff --git a/linux/metag/syscallent.h b/linux/metag/syscallent.h index 34167b32..4a1a5320 100644 --- a/linux/metag/syscallent.h +++ b/linux/metag/syscallent.h @@ -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 */