summaryrefslogtreecommitdiffstats
path: root/libc-bottom-half/headers/public/wchar.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc-bottom-half/headers/public/wchar.h')
-rw-r--r--libc-bottom-half/headers/public/wchar.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libc-bottom-half/headers/public/wchar.h b/libc-bottom-half/headers/public/wchar.h
new file mode 100644
index 0000000..f43d72f
--- /dev/null
+++ b/libc-bottom-half/headers/public/wchar.h
@@ -0,0 +1,9 @@
+#ifndef __wasilibc_wchar_h
+#define __wasilibc_wchar_h
+
+#define __need_size_t
+#define __need_wchar_t
+#define __need_NULL
+#include <stddef.h>
+
+#endif