about summary refs log tree commit diff
path: root/REORG.TODO/wcsmbs/bits/types/mbstate_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/wcsmbs/bits/types/mbstate_t.h')
-rw-r--r--REORG.TODO/wcsmbs/bits/types/mbstate_t.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/REORG.TODO/wcsmbs/bits/types/mbstate_t.h b/REORG.TODO/wcsmbs/bits/types/mbstate_t.h
new file mode 100644
index 0000000000..8d1baa5c3b
--- /dev/null
+++ b/REORG.TODO/wcsmbs/bits/types/mbstate_t.h
@@ -0,0 +1,8 @@
+#ifndef __mbstate_t_defined
+#define __mbstate_t_defined 1
+
+#include <bits/types/__mbstate_t.h>
+
+typedef __mbstate_t mbstate_t;
+
+#endif