diff options
author | Florian Weimer <fweimer@redhat.com> | 2015-04-24 13:26:09 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2015-05-05 08:27:28 +0200 |
commit | 4bd40bcf44e79e610189d4498c49bba3ecb01c42 (patch) | |
tree | 3d2e2887529c052de3f28ad5d77e480a9eb823d6 /ChangeLog | |
parent | 305392eaca0be3111cdabc4b458400a6596b6970 (diff) | |
download | glibc-4bd40bcf44e79e610189d4498c49bba3ecb01c42.tar glibc-4bd40bcf44e79e610189d4498c49bba3ecb01c42.tar.gz glibc-4bd40bcf44e79e610189d4498c49bba3ecb01c42.tar.bz2 glibc-4bd40bcf44e79e610189d4498c49bba3ecb01c42.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2015-05-05 Florian Weimer <fweimer@redhat.com> + + * sysdeps/unix/sysv/linux/i386/Makefile + (sysdep_routines) [$(subdir) = misc]: Remove call_fallocate. + (sysdep_routines) [$(subdir) = io]: Add libc-do-syscall. + * sysdeps/unix/sysv/linux/i386/call_fallocate.S: Remove. + * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise. + * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise. + * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Likewise. + * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise. + 2015-05-02 Joseph Myers <joseph@codesourcery.com> * math/auto-libm-test-in: Add more tests of atan, clog, clog10, |