From 0923a2c896f09795cca4a6d800a336a56b0ee42c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 8 Jul 2007 04:41:34 +0000 Subject: * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF in loop to look for conversion specifier to avoid testing of wrong errno value. * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a. * stdio-common/bug18a.c: New file. * stdio-common/bug19.c: New file. * stdio-common/bug19a.c: New file. --- stdio-common/bug19a.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 stdio-common/bug19a.c (limited to 'stdio-common/bug19a.c') diff --git a/stdio-common/bug19a.c b/stdio-common/bug19a.c new file mode 100644 index 0000000000..c723398503 --- /dev/null +++ b/stdio-common/bug19a.c @@ -0,0 +1,7 @@ +#include +#define CHAR wchar_t +#define L(str) L##str +#define FPUTS fputws +#define FSCANF fwscanf + +#include "bug19.c" -- cgit 1.4.1