From: Dmitry V. Levin Date: Tue, 21 Jul 2015 16:29:26 +0000 (+0000) Subject: ia64: fix getpagesize syscall entry X-Git-Tag: v4.11~333 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d00eb1f58dc48747056aa5a3c24b22e963c16ed3;p=strace ia64: fix getpagesize syscall entry * linux/ia64/syscallent.h (getpagesize): Fux nargs. --- diff --git a/linux/ia64/syscallent.h b/linux/ia64/syscallent.h index 6433e31b..a17c766d 100644 --- a/linux/ia64/syscallent.h +++ b/linux/ia64/syscallent.h @@ -381,7 +381,7 @@ [1168] = { 2, 0, SEN(nanosleep), "nanosleep" }, [1169] = { 3, 0, SEN(nfsservctl), "nfsservctl" }, [1170] = { 5, 0, SEN(prctl), "prctl" }, -[1171] = { 1, 0, SEN(getpagesize), "getpagesize" }, +[1171] = { 0, 0, SEN(getpagesize), "getpagesize" }, [1172] = { 6, TD|TM|SI, SEN(mmap_pgoff), "mmap2" }, [1173] = { 5, 0, SEN(printargs), "pciconfig_read" }, [1174] = { 5, 0, SEN(printargs), "pciconfig_write" },