summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/include')
-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 331c9a2..8c09ae7 100644
--- a/sys/powerpc/include/_types.h
+++ b/sys/powerpc/include/_types.h
@@ -73,7 +73,7 @@ typedef unsigned long long __uint64_t;
*/
typedef __uint32_t __clock_t; /* clock()... */
typedef double __double_t;
-typedef double __float_t;
+typedef float __float_t;
#ifdef __LP64__
typedef __int64_t __critical_t;
typedef __int64_t __intfptr_t;
OpenPOWER on IntegriCloud