From 4bd40bcf44e79e610189d4498c49bba3ecb01c42 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 24 Apr 2015 13:26:09 +0200 Subject: 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 | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b5a58c75a6..4dda364057 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2015-05-05 Florian Weimer + + * 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 * math/auto-libm-test-in: Add more tests of atan, clog, clog10, -- cgit v1.2.3