mirror of git://sourceware.org/git/glibc.git
Include wchar.h for prototypes.
This commit is contained in:
parent
8dcc6a3f1b
commit
9605a4f1b8
|
@ -46,6 +46,9 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined _LIBC && defined USE_IN_LIBIO
|
||||||
|
# include <wchar.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef ELIDE_CODE
|
#ifndef ELIDE_CODE
|
||||||
|
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#ifdef USE_IN_LIBIO
|
#ifdef USE_IN_LIBIO
|
||||||
|
# include <wchar.h>
|
||||||
# define flockfile(s) _IO_flockfile (s)
|
# define flockfile(s) _IO_flockfile (s)
|
||||||
# define funlockfile(s) _IO_funlockfile (s)
|
# define funlockfile(s) _IO_funlockfile (s)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue