]> git.ipfire.org Git - thirdparty/glibc.git/commit - libio/fileops.c
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 25 Jun 2002 19:33:56 +0000 (19:33 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 25 Jun 2002 19:33:56 +0000 (19:33 +0000)
commitc42924899320727fd22d17c944a473bab0f55bb7
tree4a54ddb8cac453ea5a36e4446559730325edf1ce
parent51909ff7bf4563b53e6ffaf07a8e8e0af79d322f
Update.

* libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag is
not enough content is available.
* libio/tst-eof.c: New file.
* libio/Makefile (tests): Add tst-eof.

* libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
update atime.
* libio/tst-atime.c: New file.
* libio/Makefile (tests): Add tst-atime.
ChangeLog
libio/Makefile
libio/fileops.c
libio/tst-atime.c [new file with mode: 0644]
libio/tst-eof.c [new file with mode: 0644]