update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 9 Aug 2001 00:11:12 +0000 (00:11 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 9 Aug 2001 00:11:12 +0000 (00:11 +0000)
commit5e473a71467d30b51faadb7b5ae4305abc0a16d7
tree2988eff040e9881835c7f813ff51d180d4ca9555
parentca130fe4651a2ca547b05187bdc2804defc8a66b
update.

* libio/wfileops.c (_IO_wfile_underflow): Remove incorrect test
for possible conversion using __codecvt_do_in.
* libio/Makefile (tests): Add tst-fgetws.
* libio/tst-fgetws.c: New file.

* libio/iofgetws.c: Use _IO_ferror_unlocked macros instead of
coding the test here.
ChangeLog
libio/Makefile
libio/iofgetws.c
libio/tst-fgetws.c [new file with mode: 0644]
libio/wfileops.c