aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2015-04-24 13:26:09 +0200
committerFlorian Weimer <fweimer@redhat.com>2015-05-05 08:27:28 +0200
commit4bd40bcf44e79e610189d4498c49bba3ecb01c42 (patch)
tree3d2e2887529c052de3f28ad5d77e480a9eb823d6 /ChangeLog
parent305392eaca0be3111cdabc4b458400a6596b6970 (diff)
downloadglibc-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--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b5a58c75a6..4dda364057 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,