From 44f67d31ec1e178388dd85e549b9761050713d4b Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 18 Sep 2022 01:45:05 +0200 Subject: std_types: Drop char, short and int type definitions These are provided by mig since ecf59842e472 ("Make MIG recognize the basic C integral types."), released in snapshot v1.8+git20200618. --- include/mach/std_types.defs | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') 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; -- cgit v1.2.3