summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/include/_types.h')
-rw-r--r--sys/powerpc/include/_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/include/_types.h b/sys/powerpc/include/_types.h
index b0b582e..331c9a2 100644
--- a/sys/powerpc/include/_types.h
+++ b/sys/powerpc/include/_types.h
@@ -46,7 +46,7 @@
/*
* Basic types upon which most other types are built.
*/
-typedef __signed char __int8_t;
+typedef signed char __int8_t;
typedef unsigned char __uint8_t;
typedef short __int16_t;
typedef unsigned short __uint16_t;
OpenPOWER on IntegriCloud