comparison src/share/vm/utilities/globalDefinitions_gcc.hpp @ 2447:e863062e521d

7032458: Zero and Shark fixes Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
author twisti
date Mon, 04 Apr 2011 03:02:00 -0700
parents 4a9604cd7c5f
children 6c97c830fb6f
comparison
equal deleted inserted replaced
2446:13bc79b5c9c8 2447:e863062e521d
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