strace/linux/mips
Mike Frysinger 9e937d9c47 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]
2013-09-11 13:58:26 +00:00
..
errnoent.h Added missing Linux MIPS files 1999-11-01 00:46:49 +00:00
ioctlent.h.in linux/ioctlent: unify them all 2011-03-14 15:32:38 +00:00
ioctlent.sh Tidy up includes and copyright notices, fix indentation 2012-03-16 12:02:22 +01:00
signalent.h Added missing Linux MIPS files 1999-11-01 00:46:49 +00:00
syscallent-compat.h mips: split syscallent.h 2013-05-07 09:43:04 +00:00
syscallent-n32.h mips n32: fix syscall table 2013-05-10 22:55:29 +00:00
syscallent-n64.h mips n64: fix syscall table 2013-05-10 22:56:35 +00:00
syscallent-o32.h fanotify_mark: fix number of args for 32bit arches 2013-09-11 13:58:26 +00:00
syscallent.h mips: split syscallent.h 2013-05-07 09:43:04 +00:00