about summary refs log tree commit diff
path: root/libio/tst-ext.c
Commit message (Collapse)AuthorAgeFilesLines
* Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2022-09-221-4/+4
| | | | | | | | The Z modifier is a nonstandard synonymn for z (that predates z itself) and compiler might issue an warning for in invalid conversion specifier. Reviewed-by: Florian Weimer <fweimer@redhat.com>
* Update.Ulrich Drepper2001-03-271-0/+141
2001-03-26 Ulrich Drepper <drepper@redhat.com> * libio/Makefile (tests): Add tst-ext. * libio/tst-ext.c: New file. * libio/iosetvbuf.c (_IO_setvbuf): Clear line buffer flag for _IONBF.