mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Include wchar.h for prototypes.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user