summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Hogan <james.hogan@imgtec.com>2013-05-07 13:09:27 +0100
committerDmitry V. Levin <ldv@altlinux.org>2013-05-07 13:12:41 +0000
commitf6c246f224d65f9b14f536f28d5024cc9e3fee02 (patch)
tree03d20f3029c160e7043a2985fcabd4f3aff22494
parent28927cd868a0321681154ff657f7db7a9b4aef20 (diff)
downloadstrace-f6c246f224d65f9b14f536f28d5024cc9e3fee02.tar.gz
strace-f6c246f224d65f9b14f536f28d5024cc9e3fee02.tar.bz2
strace-f6c246f224d65f9b14f536f28d5024cc9e3fee02.tar.xz
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 <james.hogan@imgtec.com>
-rw-r--r--linux/metag/syscallent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/metag/syscallent.h b/linux/metag/syscallent.h
index 34167b3..4a1a532 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 */