about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2010-04-08 15:44:55 -0700
committerPetr Baudis <pasky@ucw.cz>2010-05-12 03:21:16 +0200
commit1aa9c16a2a1b297b31793b99cc3d5d67e720edb2 (patch)
treedba586a225b3c38547fbc2e088b9a93b18dd6016 /ChangeLog
parent6b6e2d505cf6e9246872e7f98e338b52922c7b33 (diff)
downloadglibc-1aa9c16a2a1b297b31793b99cc3d5d67e720edb2.tar.gz
glibc-1aa9c16a2a1b297b31793b99cc3d5d67e720edb2.tar.xz
glibc-1aa9c16a2a1b297b31793b99cc3d5d67e720edb2.zip
Fix fallocate error return on i386.
(cherry picked from commit de240a05b3638879af2f9ab663c56ad8b26b1ad3)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e2a23b7b50..1339765a80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-07  Andreas Schwab  <schwab@redhat.com>
+
+	* sysdeps/unix/sysv/linux/i386/fallocate.c: Set errno on error.
+	* sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
+
 2009-12-01  Eric Blake  <ebb9@byu.net>
 
 	[BZ #11039]