strace/linux/x32
Dmitry V. Levin 5273cb7d60 pread, pwrite: fix number of syscall arguments
The number of pread and pwrite arguments depends on architecture and
personality.  For 64bit and ilp32 it equals to 4, for unaligned
32bit it equals to 5, and for aligned 32bit it equals to 6.

* linux/aarch64/syscallent1.h: Change the number of pread and pwrite
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/or1k/syscallent.h: Change the number of pread and pwrite
arguments to 5.
2013-05-07 09:43:55 +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 pread, pwrite: fix number of syscall arguments 2013-05-07 09:43:55 +00:00