diff options
Diffstat (limited to 'libc-top-half/musl/src/include/wchar.h')
-rw-r--r-- | libc-top-half/musl/src/include/wchar.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libc-top-half/musl/src/include/wchar.h b/libc-top-half/musl/src/include/wchar.h new file mode 100644 index 0000000..1814bad --- /dev/null +++ b/libc-top-half/musl/src/include/wchar.h @@ -0,0 +1,11 @@ +#ifndef WCHAR_H +#define WCHAR_H + +#ifdef __wasilibc_unmodified_upstream /* WASI doesn't need to define FILE as a complete type */ +#define __DEFINED_struct__IO_FILE +#endif + +#include "../../include/wchar.h" + +#endif + |