aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-03-02 16:15:58 +0000
committerUlrich Drepper <drepper@redhat.com>2009-03-02 16:15:58 +0000
commit749f5cc96803f5a2ec0ca76b4bb290cea44fb3f1 (patch)
treec383b8ac00160bb143e2f5309609e8ded0bf4aaf /ChangeLog
parentb6a2b2872b8a74b9634d19033929a990fcaee0ba (diff)
downloadglibc-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--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d83fc5ef2b..6c9ec184e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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__