From f6c246f224d65f9b14f536f28d5024cc9e3fee02 Mon Sep 17 00:00:00 2001 From: James Hogan Date: Tue, 7 May 2013 13:09:27 +0100 Subject: [PATCH] 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 --- linux/metag/syscallent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.40.0