src/share/vm/utilities/globalDefinitions_gcc.hpp

changeset 2589
4a9604cd7c5f
parent 2314
f95d63e2154a
child 2708
1d1603768966
child 2729
e863062e521d
equal deleted inserted replaced
2588:5584e20db481 2589:4a9604cd7c5f
75 # ifdef SOLARIS_MUTATOR_LIBTHREAD 75 # ifdef SOLARIS_MUTATOR_LIBTHREAD
76 # include <sys/procfs.h> 76 # include <sys/procfs.h>
77 # endif 77 # endif
78 78
79 #ifdef LINUX 79 #ifdef LINUX
80 #define __STDC_LIMIT_MACROS
80 #include <inttypes.h> 81 #include <inttypes.h>
81 #include <signal.h> 82 #include <signal.h>
82 #include <ucontext.h> 83 #include <ucontext.h>
83 #include <sys/time.h> 84 #include <sys/time.h>
84 #endif // LINUX 85 #endif // LINUX

mercurial