Loading...
--- /dev/null
+++ Libc/Libc-1583.40.7/include/darwin_c_xlocale.modulemap
@@ -0,0 +1,13 @@
+module Darwin.C.xlocale {
+ header "xlocale.h"
+
+ module _xlocale {
+ header "_xlocale.h"
+ export *
+ }
+
+ umbrella "xlocale"
+
+ export *
+ module * { export * }
+}