2016-11-09 15:00:11 +00:00
|
|
|
--- a/ptrace.h
|
|
|
|
+++ b/ptrace.h
|
2017-01-05 21:29:40 +00:00
|
|
|
@@ -55,7 +55,14 @@ extern long ptrace(int, int, char *, lon
|
2016-11-09 15:00:11 +00:00
|
|
|
# define ptrace_peeksiginfo_args XXX_ptrace_peeksiginfo_args
|
|
|
|
#endif
|
|
|
|
|
|
|
|
+#if POWERPC
|
|
|
|
+#include <linux/types.h>
|
|
|
|
+#define __ASSEMBLY__
|
|
|
|
+#endif
|
|
|
|
#include <linux/ptrace.h>
|
|
|
|
+#if POWERPC
|
|
|
|
+#undef __ASSEMBLY__
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
#ifdef HAVE_STRUCT_IA64_FPREG
|
|
|
|
# undef ia64_fpreg
|