about summary refs log tree commit diff
path: root/libio/tst-ungetwc1.c
Commit message (Collapse)AuthorAgeFilesLines
* * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.Roland McGrath2001-08-231-1/+1
| | | | | * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN. Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
* Update.Ulrich Drepper2001-08-091-0/+81
* libio/ioungetwc.c (ungetwc): Orient stream first. * libio/Makefile (tests): Add tst-ungetwc1. * libio/tst-ungetwc1.c: New file.