From e9055017f6d2015c4c74c94b1c2bf59968db223f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 7 Jul 2007 21:38:43 +0000 Subject: * libio/wstrops.c (_IO_wstr_underflow): Clear errno before returning WEOF. * stdio-common/Makefile (tests): Add bug18a. * stdio-common/bug18a.c: New file. --- stdio-common/bug18a.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 stdio-common/bug18a.c (limited to 'stdio-common/bug18a.c') diff --git a/stdio-common/bug18a.c b/stdio-common/bug18a.c new file mode 100644 index 0000000000..663cbf4fb7 --- /dev/null +++ b/stdio-common/bug18a.c @@ -0,0 +1,6 @@ +#include +#define CHAR wchar_t +#define L(str) L##str +#define SSCANF swscanf + +#include "bug18.c" -- cgit v1.2.3