summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2022-10-01 10:53:15 +1000
committerDamien Zammit <damien@zamaudio.com>2022-10-01 12:42:40 +1000
commit1d18d0fd3523914f56ea78bef437c9ab1d628de5 (patch)
treebf739195e7d64e295e2bfc53fd924bc42da09838
parentf724c2b18c69d42a02dd3a0dccec8ae277f7d191 (diff)
Not sure if this is relevant or required
-rw-r--r--include/mach/std_types.defs3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mach/std_types.defs b/include/mach/std_types.defs
index b461f062..46987380 100644
--- a/include/mach/std_types.defs
+++ b/include/mach/std_types.defs
@@ -30,6 +30,9 @@
#ifndef _MACH_STD_TYPES_DEFS_
#define _MACH_STD_TYPES_DEFS_
+type char = MACH_MSG_TYPE_CHAR;
+type short = MACH_MSG_TYPE_INTEGER_16;
+type int = MACH_MSG_TYPE_INTEGER_32;
type int32_t = MACH_MSG_TYPE_INTEGER_32;
type int64_t = MACH_MSG_TYPE_INTEGER_64;
type boolean_t = MACH_MSG_TYPE_BOOLEAN;