PPC port cleaned up, static linking works well now.
[musl] / arch / powerpc / bits / wchar.h
diff --git a/arch/powerpc/bits/wchar.h b/arch/powerpc/bits/wchar.h
new file mode 100644 (file)
index 0000000..ffb2691
--- /dev/null
@@ -0,0 +1,4 @@
+#ifndef WCHAR_MIN
+#define WCHAR_MIN 0U
+#define WCHAR_MAX 0xffffffffU
+#endif