Define __double_t and __float_t.
This commit is contained in:
parent
967f542177
commit
28785c5bd2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128936
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user