xref: /xnu-10002.41.9/bsd/sys/darwin_posix_sys_types.modulemap (revision 699cd48037512bf4380799317ca44ca453c82f57)
1module Darwin.POSIX.sys.types [system] {
2  header "sys/types.h"
3  header "sys/_types.h"
4  umbrella "sys/_types"
5
6  export *
7  module * { export * }
8}
9