]> git.saurik.com Git - apple/xnu.git/blame - bsd/sys/sys_cdefs.modulemap
xnu-7195.101.1.tar.gz
[apple/xnu.git] / bsd / sys / sys_cdefs.modulemap
CommitLineData
f427ee49
A
1// Module map for sys/cdefs.h.
2//
3// See also: stdint.modulemap
4
5module Darwin_C_stdint._sys_cdefs {
6 export *
7 header "sys/cdefs.h"
8 textual header "sys/_symbol_aliasing.h"
9 textual header "sys/_posix_availability.h"
10}