Feature test macros overhaul: wchar.h
open_wmemstream is POSIX.1-2008. Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
parent
be657151f1
commit
73e2f46419
@ -189,7 +189,9 @@ wint_t _EXFUN(putwc_unlocked, (wchar_t, __FILE *));
|
|||||||
wint_t _EXFUN(putwchar_unlocked, (wchar_t));
|
wint_t _EXFUN(putwchar_unlocked, (wchar_t));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if __POSIX_VISIBLE >= 200809
|
||||||
__FILE *_EXFUN (open_wmemstream, (wchar_t **, size_t *));
|
__FILE *_EXFUN (open_wmemstream, (wchar_t **, size_t *));
|
||||||
|
#endif
|
||||||
__FILE *_EXFUN (_open_wmemstream_r, (struct _reent *, wchar_t **, size_t *));
|
__FILE *_EXFUN (_open_wmemstream_r, (struct _reent *, wchar_t **, size_t *));
|
||||||
|
|
||||||
#ifndef __VALIST
|
#ifndef __VALIST
|
||||||
|
Loading…
Reference in New Issue
Block a user