< prev index next >

src/jdk.hotspot.agent/linux/native/libsaproc/libproc.h

Print this page
rev 49870 : 8202200: set INCLUDE_SA to false on s390x by default

*** 73,85 **** #define user_regs_struct user_pt_regs #elif defined(arm) #include <asm/ptrace.h> #define user_regs_struct pt_regs #endif - #if defined(s390x) - #include <asm/ptrace.h> - #endif // This C bool type must be int for compatibility with Linux calls and // it would be a mistake to equivalence it to C++ bool on many platforms typedef int bool; --- 73,82 ----
< prev index next >