diff options
author | Florian Weimer <fweimer@redhat.com> | 2015-04-24 13:50:18 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2015-05-05 08:28:35 +0200 |
commit | d0ccd0d977df62f0fe0f6c91237613b95f5d5a5f (patch) | |
tree | 61b625b7a4b8e040654762c661cb2f59e8a70539 /ChangeLog | |
parent | 4bd40bcf44e79e610189d4498c49bba3ecb01c42 (diff) | |
download | glibc-d0ccd0d977df62f0fe0f6c91237613b95f5d5a5f.tar glibc-d0ccd0d977df62f0fe0f6c91237613b95f5d5a5f.tar.gz glibc-d0ccd0d977df62f0fe0f6c91237613b95f5d5a5f.tar.bz2 glibc-d0ccd0d977df62f0fe0f6c91237613b95f5d5a5f.zip |
__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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2015-05-05 Florian Weimer <fweimer@redhat.com> + * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): + Assume __ASSUME_FALLOCATE is always true. + * sysdeps/unix/sysv/linux/posix_fallocate64.c + (__posix_fallocate64_l64): Likweise. + * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c + (posix_fallocate): Likewise. + * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c + (__posix_fallocate64_l64): Likewise. + * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c + [!__ASSUME_FALLOCATE]: Add comment. + +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. |