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
..
2013-05-06 20:43:35 +00:00
2013-05-06 20:43:35 +00:00
2013-05-06 20:43:35 +00:00
2013-03-05 13:59:45 +01:00
2013-05-06 20:43:35 +00:00
2013-05-06 20:43:35 +00:00
2013-05-06 20:43:35 +00:00
2012-02-25 15:41:21 +00:00
2013-02-14 13:39:53 +01:00
2001-08-03 21:51:48 +00:00
2013-05-02 22:50:55 +00:00