summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-08-01 15:51:07 +0000
committerUlrich Drepper <drepper@redhat.com>2007-08-01 15:51:07 +0000
commit5e0923ab31aa77bbd46737c4b8b327dbe2494b00 (patch)
treef86335f72ce7f0784f78ccf2cb207525b58030a2 /ChangeLog
parente51deae7f6ba2e490d5faeb8fbf4eeb32ae8f1ee (diff)
* sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocatecvs/fedora-glibc-20070801T1703
syscall as __fallocate64. * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file. * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7661c1e44d..9e8aed9389 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-08-01 Jakub Jelinek <jakub@redhat.com>
+
+ * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
+ syscall as __fallocate64.
+ * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
+ * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
+
2007-07-30 Jakub Jelinek <jakub@redhat.com>
* stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t