aboutsummaryrefslogtreecommitdiffstats
path: root/linux/sh64
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2013-05-07 08:18:44 +0000
committerDmitry V. Levin <ldv@altlinux.org>2013-05-07 09:43:52 +0000
commiteb1cc1568ccaac829436c70d1627a6b090df37eb (patch)
tree8d37e14126df4cda8cbd27e6cbd958a3b378e505 /linux/sh64
parent3f4a41a55de2f29bb1a38947ce83bf21073647cb (diff)
downloadandroid_external_strace-eb1cc1568ccaac829436c70d1627a6b090df37eb.tar.gz
android_external_strace-eb1cc1568ccaac829436c70d1627a6b090df37eb.tar.bz2
android_external_strace-eb1cc1568ccaac829436c70d1627a6b090df37eb.zip
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.
Diffstat (limited to 'linux/sh64')
-rw-r--r--linux/sh64/syscallent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/sh64/syscallent.h b/linux/sh64/syscallent.h
index 2ecacb19..f9bb61df 100644
--- a/linux/sh64/syscallent.h
+++ b/linux/sh64/syscallent.h
@@ -378,7 +378,7 @@
{ 3, TD|TS, sys_signalfd, "signalfd" }, /* 349 */
{ 4, TD, sys_timerfd, "timerfd" }, /* 350 */
{ 1, TD, sys_eventfd, "eventfd" }, /* 351 */
- { 6, TD, sys_fallocate, "fallocate" }, /* 352 */
+ { 4, TD, sys_fallocate, "fallocate" }, /* 352 */
{ 4, TD, sys_timerfd_settime, "timerfd_settime"}, /* 353 */
{ 2, TD, sys_timerfd_gettime, "timerfd_gettime"}, /* 354 */
{ 4, TD|TS, sys_signalfd4, "signalfd4" }, /* 355 */