aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/strace/patches/100-workaround--pt-reg-collisions-ppc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/devel/strace/patches/100-workaround--pt-reg-collisions-ppc.patch')
-rw-r--r--package/devel/strace/patches/100-workaround--pt-reg-collisions-ppc.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/devel/strace/patches/100-workaround--pt-reg-collisions-ppc.patch b/package/devel/strace/patches/100-workaround--pt-reg-collisions-ppc.patch
index 9560804a7a..93e2980749 100644
--- a/package/devel/strace/patches/100-workaround--pt-reg-collisions-ppc.patch
+++ b/package/devel/strace/patches/100-workaround--pt-reg-collisions-ppc.patch
@@ -1,17 +1,17 @@
--- a/ptrace.h
+++ b/ptrace.h
@@ -30,7 +30,14 @@
- # define ptrace_peeksiginfo_args XXX_ptrace_peeksiginfo_args
- #endif
+ # define ptrace_peeksiginfo_args XXX_ptrace_peeksiginfo_args
+ # endif
+#if POWERPC
+#include <linux/types.h>
+#define __ASSEMBLY__
+#endif
- #include <linux/ptrace.h>
+ # include <linux/ptrace.h>
+#if POWERPC
+#undef __ASSEMBLY__
+#endif
- #ifdef HAVE_STRUCT_IA64_FPREG
- # undef ia64_fpreg
+ # ifdef HAVE_STRUCT_IA64_FPREG
+ # undef ia64_fpreg