]> git.saurik.com Git - apple/libpthread.git/blame - include/sys_pthread_types.modulemap
libpthread-454.40.3.tar.gz
[apple/libpthread.git] / include / sys_pthread_types.modulemap
CommitLineData
c1f56ec9
A
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
5module Darwin_C_stdint._pthread_types {
6 export *
7 header "sys/_pthread/_pthread_types.h"
8}