diff options
Diffstat (limited to 'package/strace/patches/patch-ptrace_h')
-rw-r--r-- | package/strace/patches/patch-ptrace_h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/package/strace/patches/patch-ptrace_h b/package/strace/patches/patch-ptrace_h deleted file mode 100644 index 930871ea0..000000000 --- a/package/strace/patches/patch-ptrace_h +++ /dev/null @@ -1,16 +0,0 @@ ---- strace-4.15.orig/ptrace.h 2016-08-30 02:48:36.000000000 +0200 -+++ strace-4.15/ptrace.h 2016-12-18 23:14:42.295800537 +0100 -@@ -55,7 +55,13 @@ extern long ptrace(int, int, char *, lon - # define ptrace_peeksiginfo_args XXX_ptrace_peeksiginfo_args - #endif - -+#if defined(POWERPC) -+#define pt_regs uapi_pt_regs -+#endif - #include <linux/ptrace.h> -+#if defined(POWERPC) -+#undef pt_regs -+#endif - - #ifdef HAVE_STRUCT_IA64_FPREG - # undef ia64_fpreg |