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:
6
stdio-common/bug18a.c
Normal file
6
stdio-common/bug18a.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <wchar.h>
|
||||
#define CHAR wchar_t
|
||||
#define L(str) L##str
|
||||
#define SSCANF swscanf
|
||||
|
||||
#include "bug18.c"
|
||||
Reference in New Issue
Block a user