about summary refs log tree commit diff
path: root/libio/bug-rewind2.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings in fwscanf / rewind tests.Joseph Myers2014-11-261-0/+5
| | | | | | | | | | | | This patch fixes "set but not used" warnings in the tests libio/bug-rewind.c and libio/bug-rewind2.c by checking the return values from fwscanf and making the tests fail if those values aren't as expected. Tested for x86_64. * libio/bug-rewind.c (do_test): Check fwscanf return values. * libio/bug-rewind2.c (do_test): Likewise.
* Update.Ulrich Drepper2002-08-261-0/+62
2002-08-26 Ulrich Drepper <drepper@redhat.com> * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after finding the read position [PR libc/4265]. * libio/Makefile (tests): Add bug-rewind2. * libio/bug-rewind2.c: New file.