hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp

Print this page

        

@@ -75,11 +75,13 @@
 # ifdef SOLARIS_MUTATOR_LIBTHREAD
 # include <sys/procfs.h>
 # endif
 
 #ifdef LINUX
+#ifndef __STDC_LIMIT_MACROS
 #define __STDC_LIMIT_MACROS
+#endif // __STDC_LIMIT_MACROS
 #include <inttypes.h>
 #include <signal.h>
 #include <ucontext.h>
 #include <sys/time.h>
 #endif // LINUX