about summary refs log tree commit diff
path: root/stdio-common/bug18.c
Commit message (Collapse)AuthorAgeFilesLines
* * libio/wstrops.c (_IO_wstr_underflow): Clear errno beforeUlrich Drepper2007-07-071-2/+8
| | | | | | returning WEOF. * stdio-common/Makefile (tests): Add bug18a. * stdio-common/bug18a.c: New file.
* [BZ #4745]Ulrich Drepper2007-07-071-0/+42
2007-07-07 Ulrich Drepper <drepper@redhat.com> [BZ #4745] * libio/strops.c (_IO_str_underflow): Clear errno before returning EOF. * stdio-common/Makefile (tests): Add bug18. * stdio-common/bug18.c: New file.