hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp
changeset 9124 f60dee480d49
parent 8921 14bfe81f2a9d
parent 9103 535a93f494f6
child 10565 dc90c239f4ec
equal deleted inserted replaced
9093:62b8e328f8c8 9124:f60dee480d49
    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