changeset 9124 | f60dee480d49 |
parent 8921 | 14bfe81f2a9d |
parent 9103 | 535a93f494f6 |
child 10565 | dc90c239f4ec |
--- a/hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp Wed Jul 05 17:40:55 2017 +0200 +++ b/hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp Sat Apr 09 21:16:12 2011 -0700 @@ -77,7 +77,9 @@ # endif #ifdef LINUX +#ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS +#endif // __STDC_LIMIT_MACROS #include <inttypes.h> #include <signal.h> #include <ucontext.h>