aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/strace/patches/100-workaround--pt-reg-collisions-ppc.patch
blob: 5dc1e6713f5c801b9a6f72244eeea19b0ce658bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/ptrace.h b/ptrace.h
index ddb46cb..48a54b8 100644
--- a/ptrace.h
+++ b/ptrace.h
@@ -55,7 +55,14 @@ extern long ptrace(int, int, char *, long);
 # 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