Define __double_t and __float_t.

This commit is contained in:
Olivier Houchard 2004-05-04 22:16:29 +00:00
parent 967f542177
commit 28785c5bd2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128936

View File

@ -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;