summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2012-01-16 20:17:51 +0000
committerdas <das@FreeBSD.org>2012-01-16 20:17:51 +0000
commit48c614390e5098cc45490e5f29ac3795fd7b929d (patch)
tree7ee4fc399932486b172018a9c5391d18abb10c70 /sys/mips
parent8b40681e9a591170012b096a11f7580086827590 (diff)
downloadFreeBSD-src-48c614390e5098cc45490e5f29ac3795fd7b929d.zip
FreeBSD-src-48c614390e5098cc45490e5f29ac3795fd7b929d.tar.gz
Fix the value of float_t to match what is implied by FLT_EVAL_METHOD.
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/include/_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/include/_types.h b/sys/mips/include/_types.h
index 8f09f63..a92f7fb 100644
--- a/sys/mips/include/_types.h
+++ b/sys/mips/include/_types.h
@@ -74,7 +74,7 @@ typedef unsigned long long __uint64_t;
*/
typedef __int32_t __clock_t; /* clock()... */
typedef double __double_t;
-typedef double __float_t;
+typedef float __float_t;
#ifdef __mips_n64
typedef __int64_t __critical_t;
typedef __int64_t __intfptr_t;
OpenPOWER on IntegriCloud