aboutsummaryrefslogtreecommitdiffstats
path: root/main/strace/fix-ppc-pt-regs-collision.patch
blob: 6de0fcdd6f34ca662495d2439a53c66afa60cd05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- a/ptrace.h
+++ b/ptrace.h
@@ -48,7 +48,15 @@
 # define ptrace_peeksiginfo_args XXX_ptrace_peeksiginfo_args
 #endif
 
-#include <linux/ptrace.h>
+#if defined(__powerpc__) || defined(__powerpc64__)
+# include <linux/types.h>
+# define __ASSEMBLY__
+# include <linux/ptrace.h>
+# undef __ASSEMBLY__
+#else 
+# include <linux/ptrace.h>
+#endif
+
 
 #ifdef HAVE_STRUCT_IA64_FPREG
 # undef ia64_fpreg