summaryrefslogtreecommitdiff
path: root/include/alltypes.h.in
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2014-10-13 20:59:42 -0400
committerRich Felker <dalias@aerifal.cx>2014-10-13 20:59:42 -0400
commitab9672ae73248f51e30f4553c4b8878525e46383 (patch)
treefd3cfee2bcc10a64b83009af92f0de09703dfa75 /include/alltypes.h.in
parent00548408398ced546c540dab773ea66cea4fe1c2 (diff)
downloadmusl-ab9672ae73248f51e30f4553c4b8878525e46383.tar.gz
implement uchar.h (C11 UTF-16/32 conversion) interfaces
Diffstat (limited to 'include/alltypes.h.in')
-rw-r--r--include/alltypes.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/alltypes.h.in b/include/alltypes.h.in
index c4ca5d52..98c2f3b1 100644
--- a/include/alltypes.h.in
+++ b/include/alltypes.h.in
@@ -58,6 +58,8 @@ TYPEDEF struct { unsigned __attr[2]; } pthread_rwlockattr_t;
TYPEDEF struct _IO_FILE FILE;
+TYPEDEF struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t;
+
TYPEDEF struct __locale_struct * locale_t;
TYPEDEF struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;