< prev index next >

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

Print this page
rev 12087 : 8166560: [s390] Basic enablement of s390 port.

@@ -74,10 +74,13 @@
 #endif
 #if defined(aarch64)
 #include <asm/ptrace.h>
 #define user_regs_struct user_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;
< prev index next >