src/share/vm/utilities/globalDefinitions_gcc.hpp

changeset 7638
aefa2e84b424
parent 7598
ddce0b7cee93
child 7994
04ff2f6cd0eb
child 9858
b985cbb00e68
equal deleted inserted replaced
7637:10c237e58446 7638:aefa2e84b424
42 #ifdef SOLARIS 42 #ifdef SOLARIS
43 #include <ieeefp.h> 43 #include <ieeefp.h>
44 #endif // SOLARIS 44 #endif // SOLARIS
45 45
46 #include <math.h> 46 #include <math.h>
47 #ifndef FP_PZERO
48 // Linux doesn't have positive/negative zero
49 #define FP_PZERO FP_ZERO
50 #endif
51 #if (!defined fpclass) && ((!defined SPARC) || (!defined SOLARIS))
52 #define fpclass fpclassify
53 #endif
54
55 #include <time.h> 47 #include <time.h>
56 #include <fcntl.h> 48 #include <fcntl.h>
57 #include <dlfcn.h> 49 #include <dlfcn.h>
58 #include <pthread.h> 50 #include <pthread.h>
59 51

mercurial