strace/linux/x32
Dmitry V. Levin eb1cc1568c fallocate: fix number of syscall arguments
The number of fallocate arguments depends on architecture and
personality.  For 64bit and ilp32 it equals to 4,
for 32bit it equals to 6.

* linux/aarch64/syscallent1.h: Change the number of fallocate arguments
to 4.
* linux/alpha/syscallent.h: Likewise.
* linux/mips/syscallent-n32.h: Likewise.
* linux/mips/syscallent-n64.h: Likewise.
* linux/s390x/syscallent.h: Likewise.
* linux/sh64/syscallent.h: Likewise.
* linux/tile/syscallent.h: Likewise.
* linux/x32/syscallent.h: Likewise.
* linux/x86_64/syscallent.h: Likewise.
* linux/microblaze/syscallent.h: Set fallocate handler and flags.
2013-05-07 09:43:52 +00:00
..
errnoent1.h Use the same style of includes in linux/*/* files 2013-02-20 12:38:14 +01:00
errnoent.h Add x32 support to strace 2012-04-16 13:00:01 +02:00
ioctlent1.h Fix building outside source directory 2013-03-31 00:40:04 +01:00
ioctlent.h.in Add x32 support to strace 2012-04-16 13:00:01 +02:00
signalent1.h Use the same style of includes in linux/*/* files 2013-02-20 12:38:14 +01:00
signalent.h Add x32 support to strace 2012-04-16 13:00:01 +02:00
syscallent1.h x32: fix decoding of i386 truncate and ftruncate syscalls 2013-05-02 08:46:30 +00:00
syscallent.h fallocate: fix number of syscall arguments 2013-05-07 09:43:52 +00:00