about summary refs log tree commit diff
path: root/stdio-common/tst-rndseek.c
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper2002-02-031-0/+1
| | | | | | 2002-02-03 Andreas Schwab <schwab@suse.de> * stdio-common/tst-rndseek.c: Increase timeout.
* Update.Ulrich Drepper2002-01-191-13/+13
| | | | | | | | | | | | | | | | | 2002-01-19 Ulrich Drepper <drepper@redhat.com> * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static. Set offset if read end wasn't the buffer end. (_IO_file_seekoff_mmap): New function. (_IO_file_xsgetn_mmap): New function. (_IO_file_jumps_mmap): Use the two new functions. * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer != end buffer. * libio/libioP.h: Declare _IO_file_seekoff_mmap and _IO_file_underflow_mmap. * libio/iofopen.c: Don't position file descriptor at end of file. * libio/tst-widetext.c: Improve error messages. * stdio-common/tst-rndseek.c: Likewise.
* Test for fseek on input stream.Ulrich Drepper2002-01-071-0/+143