summaryrefslogtreecommitdiff
path: root/tests/base_types.defs
blob: a2260565309f75f6511cb3a9b17abd53a72fa65b (plain)
1
2
3
4
type int = MACH_MSG_TYPE_INTEGER_32;
type int64_t = MACH_MSG_TYPE_INTEGER_64;
type int32_t = MACH_MSG_TYPE_INTEGER_32;
type mach_port_t = MACH_MSG_TYPE_COPY_SEND;