]> git.saurik.com Git - apple/libpthread.git/blob - include/sys_pthread_types.modulemap
libpthread-454.100.8.tar.gz
[apple/libpthread.git] / include / sys_pthread_types.modulemap
1 // Module map for sys/_pthread/_pthread_types.h.
2 //
3 // Expected to be included as a submodule of the top-level module for stdint.h.
4
5 module Darwin_C_stdint._pthread_types {
6 export *
7 header "sys/_pthread/_pthread_types.h"
8 }