summaryrefslogtreecommitdiff
path: root/linux/aarch64
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2013-05-07 08:47:46 +0000
committerDmitry V. Levin <ldv@altlinux.org>2013-05-07 09:43:53 +0000
commit54aee7a38c0c70e468254e1d6c4ef61f36a128f8 (patch)
tree5a83722de782cc2a9eea996d93cc59bf86969544 /linux/aarch64
parenteb1cc1568ccaac829436c70d1627a6b090df37eb (diff)
downloadstrace-54aee7a38c0c70e468254e1d6c4ef61f36a128f8.tar.gz
strace-54aee7a38c0c70e468254e1d6c4ef61f36a128f8.tar.bz2
strace-54aee7a38c0c70e468254e1d6c4ef61f36a128f8.tar.xz
ftruncate64, truncate64: fix number of syscall arguments
The number of ftruncate64/truncate64 arguments depends on architecture and personality. For 64bit and ilp32 it equals to 2, for unaligned 32bit it equals to 3, and for aligned 32bit it equals to 4. * linux/or1k/syscallent.h: Change the number of ftruncate64 and truncate64 arguments to 3. * linux/sh/syscallent.h: Likewise. * linux/sh64/syscallent.h: Change ftruncate64 and truncate64 handlers. * linux/sparc/syscallent.h: Change ftruncate64 handler, change the number of its arguments to 3. * linux/xtensa/syscallent.h: Change the number of ftruncate64 and truncate64 arguments to 4.
Diffstat (limited to 'linux/aarch64')
0 files changed, 0 insertions, 0 deletions