__ASSUME_FALLOCATE is always true on 32-bit architectures
commitd0ccd0d977df62f0fe0f6c91237613b95f5d5a5f
authorFlorian Weimer <fweimer@redhat.com>
Fri, 24 Apr 2015 11:50:18 +0000 (24 13:50 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 5 May 2015 06:28:35 +0000 (5 08:28 +0200)
tree61b625b7a4b8e040654762c661cb2f59e8a70539
parent4bd40bcf44e79e610189d4498c49bba3ecb01c42
__ASSUME_FALLOCATE is always true on 32-bit architectures

This means we can clean up the generic code a bit.  The 64-bit
variant still needs to support !__ASSUME_FALLOCATE for alpha.
ChangeLog
sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c
sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c
sysdeps/unix/sysv/linux/posix_fallocate.c
sysdeps/unix/sysv/linux/posix_fallocate64.c [copied from sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c with 60% similarity]
sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c