aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/ansi.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/include/ansi.h')
-rw-r--r--sys/arm/include/ansi.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/arm/include/ansi.h b/sys/arm/include/ansi.h
index dcf65abd344c..25962769d557 100644
--- a/sys/arm/include/ansi.h
+++ b/sys/arm/include/ansi.h
@@ -162,19 +162,6 @@ typedef __uint64_t __uint_fast64_t;
typedef __int64_t __intmax_t;
typedef __uint64_t __uintmax_t;
-#define __INT8_C(c) (c)
-#define __INT16_C(c) (c)
-#define __INT32_C(c) (c)
-#define __INT64_C(c) (c ## LL)
-
-#define __UINT8_C(c) (c)
-#define __UINT16_C(c) (c)
-#define __UINT32_C(c) (c ## U)
-#define __UINT64_C(c) (c ## ULL)
-
-#define __INTMAX_C(c) (c ## LL)
-#define __UINTMAX_C(c) (c ## ULL)
-
/*
* mbstate_t is an opaque object to keep conversion state, during multibyte
* stream conversions. The content must not be referenced by user programs.