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