mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Define __need_FILE also for __USE_XOPEN2K.
* wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
This commit is contained in:
parent
79fb2e026b
commit
a912a4f843
@ -2,6 +2,7 @@
|
||||
|
||||
* posix/unistd.h: Declare fsync also for Unix98.
|
||||
* posix/regex.h (REG_ENOSYS): Likewise.
|
||||
* wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
|
||||
|
||||
2007-11-25 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
#ifdef _WCHAR_H
|
||||
/* Get FILE definition. */
|
||||
# define __need___FILE
|
||||
# ifdef __USE_UNIX98
|
||||
# if defined __USE_UNIX98 || defined __USE_XOPEN2K
|
||||
# define __need_FILE
|
||||
# endif
|
||||
# include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user