summaryrefslogtreecommitdiff
path: root/system/strace/fix-ppc-pt-regs-collision.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/strace/fix-ppc-pt-regs-collision.patch')
-rw-r--r--system/strace/fix-ppc-pt-regs-collision.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/system/strace/fix-ppc-pt-regs-collision.patch b/system/strace/fix-ppc-pt-regs-collision.patch
deleted file mode 100644
index 27d601b34..000000000
--- a/system/strace/fix-ppc-pt-regs-collision.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/ptrace.h
-+++ b/ptrace.h
-@@ -30,7 +30,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