about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike Frsyinger <vapier@gentoo.org>2009-11-14 19:16:49 -0800
committerUlrich Drepper <drepper@redhat.com>2009-11-14 19:16:49 -0800
commitfabe43aba8fb46614eb2a74b2916bfbbf8fec10e (patch)
treecd996874781d3ea9eaa941d5d2f1df97a56f75c7 /ChangeLog
parentf9a7bd536e0b1693db32e1330bbd96108ca63c42 (diff)
downloadglibc-fabe43aba8fb46614eb2a74b2916bfbbf8fec10e.tar.gz
glibc-fabe43aba8fb46614eb2a74b2916bfbbf8fec10e.tar.xz
glibc-fabe43aba8fb46614eb2a74b2916bfbbf8fec10e.zip
Missing CL.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dfd4a725da..a3c626c2aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-11-09  Mike Frysinger  <vapier@gentoo.org>
+
+	* sysdeps/unix/sysv/linux/i386/fallocate.c: Include errno.h.
+	(fallocate): Return ENOSYS if __NR_fallocate is not defined.
+	* sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
+
 2009-11-06  Mike Frsyinger  <vapier@gentoo.org>
 
 	* posix/bug-regex29.c: Include stdio.h.