about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-07-26 23:42:14 +0000
committerUlrich Drepper <drepper@redhat.com>2008-07-26 23:42:14 +0000
commitc4a710b6b00590e2a4d852beea72cd5a69d3a7bb (patch)
treef91461f899ddd7b18d32a68c9ad9d3ba7f3c0981 /ChangeLog
parent31f3b159e3cb07c2733fd7662da6f1abd689ee3f (diff)
downloadglibc-c4a710b6b00590e2a4d852beea72cd5a69d3a7bb.tar.gz
glibc-c4a710b6b00590e2a4d852beea72cd5a69d3a7bb.tar.xz
glibc-c4a710b6b00590e2a4d852beea72cd5a69d3a7bb.zip
[BZ #6771]
	* libio/fileops.c (_IO_new_file_attach): Preserve errno around
	success call of _IO_SEEKOFF or calls which failed because the
	descriptor is for a pipe.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 162bbaee35..df99b84138 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
 
+	[BZ #6771]
+	* libio/fileops.c (_IO_new_file_attach): Preserve errno around
+	success call of _IO_SEEKOFF or calls which failed because the
+	descriptor is for a pipe.
+
 	* sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
 	magic number.