]> git.saurik.com Git - apple/libpthread.git/blobdiff - include/sys_pthread_types.modulemap
libpthread-454.40.3.tar.gz
[apple/libpthread.git] / include / sys_pthread_types.modulemap
diff --git a/include/sys_pthread_types.modulemap b/include/sys_pthread_types.modulemap
new file mode 100644 (file)
index 0000000..36590aa
--- /dev/null
@@ -0,0 +1,8 @@
+// Module map for sys/_pthread/_pthread_types.h.
+//
+// Expected to be included as a submodule of the top-level module for stdint.h.
+
+module Darwin_C_stdint._pthread_types {
+        export *
+        header "sys/_pthread/_pthread_types.h"
+}