From 6f98fd7ebb025b6aa3731139c1897bd46a6278fb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 3 Jul 2000 21:40:46 +0000 Subject: Update. 2000-07-03 Ulrich Drepper * libio/genops.c (__overflow): Use _IO_fwide to orient the stream. (__uflow): Likewise. (__underflow): Likewise. * libio/wgenops.c (__wunderflow): Likewise. * stdio-common/tst-unbputc.c: New file. * stdio-common/tst-unbputc.sh: New file. * stdio-common/Makefile: Add rules to build and run tst-unbputc. * po/en_GB.po: New file. Contributed by Robert Brady . --- stdio-common/tst-unbputc.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 stdio-common/tst-unbputc.c (limited to 'stdio-common/tst-unbputc.c') diff --git a/stdio-common/tst-unbputc.c b/stdio-common/tst-unbputc.c new file mode 100644 index 0000000000..bbd8622b03 --- /dev/null +++ b/stdio-common/tst-unbputc.c @@ -0,0 +1,11 @@ +#include + + +int +main (void) +{ + putc ('1', stderr); + putc ('2', stderr); + + return 0; +} -- cgit v1.2.1