xref: /xnu-8020.140.41/bsd/sys/darwin_cdefs.modulemap (revision 27b03b360a988dfd3dfdf34262bb0042026747cc)
1module Darwin.cdefs [system] {
2  header "sys/cdefs.h"
3  header "sys/_symbol_aliasing.h"
4  header "sys/_posix_availability.h"
5
6  export *
7}
8