commit d0ecfcf682e8e97dd9defe3687df579d26c15a9f parent 1fa43c43b8a080679a851685ca21785f6a353bed Author: Antonio Nino Diaz <antonio.ninodiaz@arm.com> Date: Thu, 22 Nov 2018 09:53:34 +0000 [libc/arm64] Remove some stdint.h definitions Change-Id: Id245ce31f525074674c28ce9e4829be74ea8dca7 Diffstat:
| M | include/bits/arm64/arch/stdint.h | | | 13 | ------------- |
1 file changed, 0 insertions(+), 13 deletions(-)
diff --git a/include/bits/arm64/arch/stdint.h b/include/bits/arm64/arch/stdint.h @@ -59,19 +59,6 @@ #define SIZE_MAX UINT64_MAX -#define INT8_C(x) x -#define INT16_C(x) x -#define INT32_C(x) x -#define INT64_C(x) x ## LL - -#define UINT8_C(x) x -#define UINT16_C(x) x -#define UINT32_C(x) x ## U -#define UINT64_C(x) x ## ULL - -#define INTMAX_C(x) x ## L -#define UINTMAX_C(x) x ## ULL - typedef signed char int8_t; typedef short int16_t; typedef int int32_t;