src/share/vm/utilities/globalDefinitions_sparcWorks.hpp

changeset 7638
aefa2e84b424
parent 7624
6a4b9e574124
child 7994
04ff2f6cd0eb
child 9858
b985cbb00e68
equal deleted inserted replaced
7637:10c237e58446 7638:aefa2e84b424
46 # include <stdarg.h> 46 # include <stdarg.h>
47 #ifdef SOLARIS 47 #ifdef SOLARIS
48 # include <ieeefp.h> 48 # include <ieeefp.h>
49 #endif 49 #endif
50 # include <math.h> 50 # include <math.h>
51 #ifdef LINUX
52 #ifndef FP_PZERO
53 // Linux doesn't have positive/negative zero
54 #define FP_PZERO FP_ZERO
55 #endif
56 #ifndef fpclass
57 #define fpclass fpclassify
58 #endif
59 #endif
60 # include <time.h> 51 # include <time.h>
61 # include <fcntl.h> 52 # include <fcntl.h>
62 # include <dlfcn.h> 53 # include <dlfcn.h>
63 # include <pthread.h> 54 # include <pthread.h>
64 #ifdef SOLARIS 55 #ifdef SOLARIS

mercurial