diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-07-26 23:42:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-07-26 23:42:14 +0000 |
commit | c4a710b6b00590e2a4d852beea72cd5a69d3a7bb (patch) | |
tree | f91461f899ddd7b18d32a68c9ad9d3ba7f3c0981 /ChangeLog | |
parent | 31f3b159e3cb07c2733fd7662da6f1abd689ee3f (diff) | |
download | glibc-c4a710b6b00590e2a4d852beea72cd5a69d3a7bb.tar glibc-c4a710b6b00590e2a4d852beea72cd5a69d3a7bb.tar.gz glibc-c4a710b6b00590e2a4d852beea72cd5a69d3a7bb.tar.bz2 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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |