summaryrefslogtreecommitdiff
path: root/usr/src/head/wchar.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/head/wchar.h')
-rw-r--r--usr/src/head/wchar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/head/wchar.h b/usr/src/head/wchar.h
index 1bf97f9a29..29e3ab6f81 100644
--- a/usr/src/head/wchar.h
+++ b/usr/src/head/wchar.h
@@ -188,6 +188,8 @@ extern int wcsncasecmp_l(const wchar_t *, const wchar_t *, size_t, locale_t);
extern size_t mbsnrtowcs(wchar_t *_RESTRICT_KYWD, const char **_RESTRICT_KYWD,
size_t, size_t, mbstate_t *_RESTRICT_KYWD);
+extern FILE *open_wmemstream(wchar_t **, size_t *);
+
#endif /* defined(_XPG7) || !defined(_STRICT_SYMBOLS) */
#ifdef __cplusplus