summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2015-04-24 13:18:48 +0200
committerFlorian Weimer <fweimer@redhat.com>2015-04-24 20:08:43 +0200
commit2dd6ee79b19ccfdd7f68cd534b8b71f77479132b (patch)
tree9bad4380311a7bdd1691fb10f1bed9d48b2ea74f /ChangeLog
parentc25fec6f57a9f1901c8a11eb51c8318bb86d47b9 (diff)
downloadglibc-2dd6ee79b19ccfdd7f68cd534b8b71f77479132b.tar.gz
glibc-2dd6ee79b19ccfdd7f68cd534b8b71f77479132b.tar.xz
glibc-2dd6ee79b19ccfdd7f68cd534b8b71f77479132b.zip
posix_fallocate, posix_fallocate64 stub: Do not set errno
These functions return an error code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2811c8257b..7d3e69efb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-04-24  Florian Weimer  <fweimer@redhat.com>
+
+	* io/posix_fallocate.c (posix_fallocate): Do not set errno.
+	* io/posix_fallocate64.c (posix_fallocate64): Likewise.
+
 2015-04-24  Roland McGrath  <roland@hack.frob.com>
 
 	* sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.