aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-09-18 01:45:05 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-09-18 01:45:29 +0200
commit44f67d31ec1e178388dd85e549b9761050713d4b (patch)
treeaa98e208f55088bac9ab8371d10d4c0c55209317 /include
parent3b5f8a07bd19c480b794157a375f72efd2bd607a (diff)
downloadgnumach-44f67d31ec1e178388dd85e549b9761050713d4b.tar.gz
gnumach-44f67d31ec1e178388dd85e549b9761050713d4b.tar.bz2
gnumach-44f67d31ec1e178388dd85e549b9761050713d4b.zip
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.
Diffstat (limited to 'include')
-rw-r--r--include/mach/std_types.defs3
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;