summaryrefslogtreecommitdiff
path: root/include/wchar.h
diff options
context:
space:
mode:
authorEric Faurot <eric@cvs.openbsd.org>2013-03-28 16:37:15 +0000
committerEric Faurot <eric@cvs.openbsd.org>2013-03-28 16:37:15 +0000
commitb579127f62f14e7d9be821d04764992d5632d5f7 (patch)
tree673840367256605c7de067a147c9361670dc9e78 /include/wchar.h
parent259da6eb12f03ddfe324d8469d70fbcdb71a5386 (diff)
Enable fmemopen(3) and open_{w,}memstream(3)
commiting on behalf of mpi@
Diffstat (limited to 'include/wchar.h')
-rw-r--r--include/wchar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/wchar.h b/include/wchar.h
index d91204f12b3..442e89f9db2 100644
--- a/include/wchar.h
+++ b/include/wchar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: wchar.h,v 1.23 2012/06/06 16:58:02 matthew Exp $ */
+/* $OpenBSD: wchar.h,v 1.24 2013/03/28 16:37:14 eric Exp $ */
/* $NetBSD: wchar.h,v 1.16 2003/03/07 07:11:35 tshiozak Exp $ */
/*-
@@ -155,6 +155,8 @@ unsigned long int wcstoul(const wchar_t * __restrict, wchar_t ** __restrict,
int base);
#if __POSIX_VISIBLE >= 200809
+FILE *open_wmemstream(wchar_t **, size_t *);
+
wchar_t *wcsdup(const wchar_t *);
int wcscasecmp(const wchar_t *, const wchar_t *);
int wcsncasecmp(const wchar_t *, const wchar_t *, size_t);