Loading...
include/darwin_c_xlocale.modulemap /dev/null Libc-1592.100.35
--- /dev/null
+++ Libc/Libc-1592.100.35/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 * }
+}