]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/sys_cdefs.modulemap
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / bsd / sys / sys_cdefs.modulemap
diff --git a/bsd/sys/sys_cdefs.modulemap b/bsd/sys/sys_cdefs.modulemap
new file mode 100644 (file)
index 0000000..5347077
--- /dev/null
@@ -0,0 +1,10 @@
+// Module map for sys/cdefs.h.
+//
+// See also: stdint.modulemap
+
+module Darwin_C_stdint._sys_cdefs {
+        export *
+        header "sys/cdefs.h"
+        textual header "sys/_symbol_aliasing.h"
+        textual header "sys/_posix_availability.h"
+}