diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-07-07 21:38:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-07-07 21:38:43 +0000 |
commit | e9055017f6d2015c4c74c94b1c2bf59968db223f (patch) | |
tree | 81fd5f6ba0e21c9d2d9465120e710248649191c1 /ChangeLog | |
parent | c2c7bd3f865be02443c65e9a4e57b7d96cde145a (diff) | |
download | glibc-e9055017f6d2015c4c74c94b1c2bf59968db223f.tar.gz |
* libio/wstrops.c (_IO_wstr_underflow): Clear errno before
returning WEOF.
* stdio-common/Makefile (tests): Add bug18a.
* stdio-common/bug18a.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-07-07 Ulrich Drepper <drepper@redhat.com> + * libio/wstrops.c (_IO_wstr_underflow): Clear errno before + returning WEOF. + * stdio-common/Makefile (tests): Add bug18a. + * stdio-common/bug18a.c: New file. + [BZ #4745] * libio/strops.c (_IO_str_underflow): Clear errno before returning EOF. |