summaryrefslogtreecommitdiffstats
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.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/arm/include/ansi.h b/sys/arm/include/ansi.h
index eb16c37..a2a128f 100644
--- a/sys/arm/include/ansi.h
+++ b/sys/arm/include/ansi.h
@@ -121,14 +121,14 @@ typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/
* Internal names for basic integral types. Omit the typedef if
* not possible for a machine/compiler combination.
*/
-typedef __signed char __int8_t;
-typedef unsigned char __uint8_t;
-typedef short __int16_t;
-typedef unsigned short __uint16_t;
-typedef int __int32_t;
-typedef unsigned int __uint32_t;
-typedef long long __int64_t;
-typedef unsigned long long __uint64_t;
+typedef __signed char __int8_t;
+typedef unsigned char __uint8_t;
+typedef short __int16_t;
+typedef unsigned short __uint16_t;
+typedef int __int32_t;
+typedef unsigned int __uint32_t;
+typedef long long __int64_t;
+typedef unsigned long long __uint64_t;
typedef int __intptr_t;
typedef unsigned int __uintptr_t;
OpenPOWER on IntegriCloud