PERFORCE change 28666 for review
Peter Wemm
peter at FreeBSD.org
Wed Apr 9 12:58:16 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=28666
Change 28666 by peter at peter_daintree on 2003/04/09 12:58:06
It seems _types.h is supposed to have grown __double_t and __float_t
Affected files ...
.. //depot/projects/hammer/sys/x86_64/include/_types.h#4 edit
Differences ...
==== //depot/projects/hammer/sys/x86_64/include/_types.h#4 (text+ko) ====
@@ -56,6 +56,8 @@
*/
typedef __int32_t __clock_t; /* clock()... */
typedef __int64_t __critical_t;
+typedef double __double_t;
+typedef double __float_t;
typedef __int64_t __intfptr_t;
typedef __int64_t __intmax_t;
typedef __int64_t __intptr_t;
More information about the p4-projects
mailing list