i386: Remove fallocate, fallocate64, posix_fallocate, posix_fallocate64
commit4bd40bcf44e79e610189d4498c49bba3ecb01c42
authorFlorian Weimer <fweimer@redhat.com>
Fri, 24 Apr 2015 11:26:09 +0000 (24 13:26 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 5 May 2015 06:27:28 +0000 (5 08:27 +0200)
tree3d2e2887529c052de3f28ad5d77e480a9eb823d6
parent305392eaca0be3111cdabc4b458400a6596b6970
i386: Remove fallocate, fallocate64, posix_fallocate, posix_fallocate64

With 6-argument system call support, the generic Linux implementations of
these system calls work, and there is no need for i386-specific versions.
ChangeLog
sysdeps/unix/sysv/linux/i386/Makefile
sysdeps/unix/sysv/linux/i386/call_fallocate.S [deleted file]
sysdeps/unix/sysv/linux/i386/fallocate.c [deleted file]
sysdeps/unix/sysv/linux/i386/fallocate64.c [deleted file]
sysdeps/unix/sysv/linux/i386/posix_fallocate.c [deleted file]
sysdeps/unix/sysv/linux/i386/posix_fallocate64.c [deleted file]