1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00

* libio/wstrops.c (_IO_wstr_underflow): Clear errno before

returning WEOF.
	* stdio-common/Makefile (tests): Add bug18a.
	* stdio-common/bug18a.c: New file.
This commit is contained in:
Ulrich Drepper
2007-07-07 21:38:43 +00:00
parent c2c7bd3f86
commit e9055017f6
5 changed files with 28 additions and 5 deletions

6
stdio-common/bug18a.c Normal file
View File

@@ -0,0 +1,6 @@
#include <wchar.h>
#define CHAR wchar_t
#define L(str) L##str
#define SSCANF swscanf
#include "bug18.c"