about summary refs log tree commit diff
path: root/libio/bug-rewind.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings in fwscanf / rewind tests.Joseph Myers2014-11-261-0/+10
| | | | | | | | | | | | 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-5/+15
| | | | | | | | | 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.
* Update.Ulrich Drepper2002-07-221-5/+16
| | | | | | | | 2002-07-22 Ulrich Drepper <drepper@redhat.com> * libio/bug-rewind.c: Use test skeleton. Use create_temp_file for file creation. * test-skeleton.c (create_temp_file): New function.
* Update.Ulrich Drepper2002-07-151-0/+52
2002-07-15 Ulrich Drepper <drepper@redhat.com> * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers and adjust state for seek position. [PR libc/4070] * libio/Makefile (tests): Add bug-rewind. * libio/bug-rewind.c: New file.