diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mach/std_types.defs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mach/std_types.defs b/include/mach/std_types.defs index 46987380..b461f062 100644 --- a/include/mach/std_types.defs +++ b/include/mach/std_types.defs @@ -30,9 +30,6 @@ #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; |