diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-03-02 16:15:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-03-02 16:15:58 +0000 |
commit | 749f5cc96803f5a2ec0ca76b4bb290cea44fb3f1 (patch) | |
tree | c383b8ac00160bb143e2f5309609e8ded0bf4aaf /ChangeLog | |
parent | b6a2b2872b8a74b9634d19033929a990fcaee0ba (diff) | |
download | glibc-749f5cc96803f5a2ec0ca76b4bb290cea44fb3f1.tar glibc-749f5cc96803f5a2ec0ca76b4bb290cea44fb3f1.tar.gz glibc-749f5cc96803f5a2ec0ca76b4bb290cea44fb3f1.tar.bz2 glibc-749f5cc96803f5a2ec0ca76b4bb290cea44fb3f1.zip |
* sysdeps/unix/sysv/linux/fallocate.c: New file.
* sysdeps/unix/sysv/linux/fallocate64.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
* sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
* sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
* sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
for GLIBC_2.10.
* sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
Add fallocate and fallocate64.
* io/fcntl.h: Pretty printing.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2009-03-02 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/fallocate.c: New file. + * sysdeps/unix/sysv/linux/fallocate64.c: New file. + * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file. + * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file. + * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file. + * sysdeps/unix/sysv/linux/i386/fallocate.c: New file. + * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64 + for GLIBC_2.10. + * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): + Add fallocate and fallocate64. + + * io/fcntl.h: Pretty printing. + 2009-03-02 Richard Guenther <rguenther@suse.de> * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__ |