summaryrefslogtreecommitdiff
path: root/linux/tile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-08-19 01:00:39 -0400
committerDmitry V. Levin <ldv@altlinux.org>2013-09-11 13:58:26 +0000
commit9e937d9c471a7e365d621d11d4fa06c8f4b02454 (patch)
tree97176d203c1b9d79e7ba4acf91315d8ac88902c4 /linux/tile
parentaca4ff79d1adc70ec033ffc5377ba7494daf350d (diff)
downloadstrace-9e937d9c471a7e365d621d11d4fa06c8f4b02454.tar.gz
strace-9e937d9c471a7e365d621d11d4fa06c8f4b02454.tar.bz2
strace-9e937d9c471a7e365d621d11d4fa06c8f4b02454.tar.xz
fanotify_mark: fix number of args for 32bit arches
The fanotify_mark func takes a 64bit mask, so 32bit arches have to split it up into two fields. When the syscall was added, it was listed as only having 5 fields total (since that's correct for 64bit systems). * linux/arm/syscallent.h: Set the number of fanotify_mark arguments to 6. * linux/bfin/syscallent.h: Likewise. * linux/hppa/syscallent.h: Likewise. * linux/i386/syscallent.h: Likewise. * linux/m68k/syscallent.h: Likewise. * linux/metag/syscallent.h: Likewise. * linux/microblaze/syscallent.h: Likewise. * linux/mips/syscallent-o32.h: Likewise. * linux/or1k/syscallent.h: Likewise. * linux/powerpc/syscallent.h: Likewise. * linux/s390/syscallent.h: Likewise. * linux/sh/syscallent.h: Likewise. * linux/sparc/syscallent.h: Likewise. * linux/tile/syscallent1.h: Likewise. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Acked-by: Chris Metcalf <cmetcalf@tilera.com> [for tile]
Diffstat (limited to 'linux/tile')
-rw-r--r--linux/tile/syscallent1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/tile/syscallent1.h b/linux/tile/syscallent1.h
index 9f20521..94b7737 100644
--- a/linux/tile/syscallent1.h
+++ b/linux/tile/syscallent1.h
@@ -265,7 +265,7 @@
{ 4, TP, sys_wait4, "wait4" }, /* 260 */
{ 4, 0, sys_prlimit64, "prlimit64" }, /* 261 */
{ 2, TD, sys_fanotify_init, "fanotify_init" }, /* 262 */
- { 5, TD|TF, sys_fanotify_mark, "fanotify_mark" }, /* 263 */
+ { 6, TD|TF, sys_fanotify_mark, "fanotify_mark" }, /* 263 */
{ 5, TD|TF, sys_name_to_handle_at, "name_to_handle_at" }, /* 264 */
{ 3, TD, sys_open_by_handle_at, "open_by_handle_at" }, /* 265 */
{ 2, 0, sys_clock_adjtime, "clock_adjtime" }, /* 266 */