summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ia64/include/_types.h')
-rw-r--r--sys/ia64/include/_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/include/_types.h b/sys/ia64/include/_types.h
index 0c2f5cc..66ac0cc 100644
--- a/sys/ia64/include/_types.h
+++ b/sys/ia64/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