xref: /xnu-10002.1.13/bsd/sys/darwin_cdefs.modulemap (revision 1031c584a5e37aff177559b9f69dbd3c8c3fd30a)
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