comparison src/share/vm/utilities/globalDefinitions_gcc.hpp @ 2468:6c97c830fb6f

Merge
author jrose
date Sat, 09 Apr 2011 21:16:12 -0700
parents 1d1603768966 e863062e521d
children f08d439fab8c
comparison
equal deleted inserted replaced
2439:0930dc920c18 2468:6c97c830fb6f
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 #ifndef __STDC_LIMIT_MACROS
80 #define __STDC_LIMIT_MACROS 81 #define __STDC_LIMIT_MACROS
82 #endif // __STDC_LIMIT_MACROS
81 #include <inttypes.h> 83 #include <inttypes.h>
82 #include <signal.h> 84 #include <signal.h>
83 #include <ucontext.h> 85 #include <ucontext.h>
84 #include <sys/time.h> 86 #include <sys/time.h>
85 #endif // LINUX 87 #endif // LINUX