xref: /xnu-8792.41.9/bsd/sys/darwin_cdefs.modulemap (revision 5c2921b07a2480ab43ec66f5b9e41cb872bc554f)
1*5c2921b0SApple OSS Distributionsmodule Darwin.cdefs [system] {
2*5c2921b0SApple OSS Distributions  header "sys/cdefs.h"
3*5c2921b0SApple OSS Distributions  header "sys/_symbol_aliasing.h"
4*5c2921b0SApple OSS Distributions  header "sys/_posix_availability.h"
5*5c2921b0SApple OSS Distributions
6*5c2921b0SApple OSS Distributions  export *
7*5c2921b0SApple OSS Distributions}
8