summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/_types.h
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-12-13 13:38:03 +0000
committered <ed@FreeBSD.org>2011-12-13 13:38:03 +0000
commitcb983d98e7772d8d6e1742277b6061d98eb57099 (patch)
tree470f2116cf032b08ee71d2201f9fa7ffa2951dc2 /sys/sparc64/include/_types.h
parent0bcfe62162c6317108fed5c0aabb5ce3d4a9a2aa (diff)
downloadFreeBSD-src-cb983d98e7772d8d6e1742277b6061d98eb57099.zip
FreeBSD-src-cb983d98e7772d8d6e1742277b6061d98eb57099.tar.gz
Replace __signed by signed.
The signed keyword is an integral part of the C syntax. There's no need to use __signed.
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