From e1870e6be2871b89a2e549a90166c63d999cb72f Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 28 Oct 2019 22:08:01 +0100 Subject: [PATCH] strace: drop unnecessary musl/ppc patch --- srcpkgs/strace/patches/ppc-musl.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 srcpkgs/strace/patches/ppc-musl.patch diff --git a/srcpkgs/strace/patches/ppc-musl.patch b/srcpkgs/strace/patches/ppc-musl.patch deleted file mode 100644 index 511153f9293..00000000000 --- a/srcpkgs/strace/patches/ppc-musl.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- regs.h -+++ regs.h -@@ -8,7 +8,13 @@ - #ifndef STRACE_REGS_H - # define STRACE_REGS_H - -+#if !defined(__GLIBC__) && defined(__powerpc__) -+# define pt_regs musl_pt_regs - # include -+# undef pt_regs -+#else -+# include -+#endif - # include "arch_regs.h" - - #endif /* !STRACE_REGS_H */