summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2004-05-04 22:16:29 +0000
committercognet <cognet@FreeBSD.org>2004-05-04 22:16:29 +0000
commit38f037cae938a0763ecc48879982bb4c0178a112 (patch)
treeafaf1d0299982b8792a41c5122e57f2b2085a3ce /sys/arm
parentca7d69c1c33ef2f1a1cc918cb4ca1a92e47ee5eb (diff)
downloadFreeBSD-src-38f037cae938a0763ecc48879982bb4c0178a112.zip
FreeBSD-src-38f037cae938a0763ecc48879982bb4c0178a112.tar.gz
Define __double_t and __float_t.
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/include/_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/include/_types.h b/sys/arm/include/_types.h
index 3c6cf69..57b1c7c 100644
--- a/sys/arm/include/_types.h
+++ b/sys/arm/include/_types.h
@@ -65,6 +65,8 @@ typedef unsigned long long __uint64_t;
typedef __uint32_t __clock_t; /* clock()... */
typedef unsigned int __cpumask_t;
typedef __int32_t __critical_t;
+typedef double __double_t;
+typedef double __float_t;
typedef __int32_t __intfptr_t;
typedef __int64_t __intmax_t;
typedef __int32_t __intptr_t;
OpenPOWER on IntegriCloud