commit 1addaef8971ef317f9ed6a76c9140befe5dafd9f parent 641b7ee20ee839c15add6deba35444bc7c2d61b3 Author: Antonio Nino Diaz <antonio.ninodiaz@arm.com> Date: Thu, 22 Nov 2018 09:54:03 +0000 [libc/amd64] Remove some stdint.h definitions Change-Id: I0318b268e375c29fe523ea62164da4edcfb274f3 Diffstat:
| M | include/bits/amd64/arch/stdint.h | | | 13 | ------------- |
1 file changed, 0 insertions(+), 13 deletions(-)
diff --git a/include/bits/amd64/arch/stdint.h b/include/bits/amd64/arch/stdint.h @@ -65,19 +65,6 @@ #define WCHAR_MIN INT32_MIN #define WCHAR_MAX INT32_MAX -#define INT8_C(x) x -#define INT16_C(x) x -#define INT32_C(x) x -#define INT64_C(x) x ## L - -#define UINT8_C(x) x -#define UINT16_C(x) x -#define UINT32_C(x) x ## U -#define UINT64_C(x) x ## UL - -#define INTMAX_C(x) x ## L -#define UINTMAX_C(x) x ## UL - typedef signed char int8_t; typedef short int16_t; typedef int int32_t;