summaryrefslogtreecommitdiff
path: root/package/strace/patches/patch-syscall_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-27 09:39:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-27 09:39:53 +0100
commit765fcfd0261c54af2b550a77d7dbe49d5395c408 (patch)
treeb4cc66e83e2d4feac9891081dccc6a01949f267d /package/strace/patches/patch-syscall_c
parent49a2312ba19ddcd7fecc1ac8177cd1ae1346c4cc (diff)
rework musl patches, mostly from sabotage linux
Diffstat (limited to 'package/strace/patches/patch-syscall_c')
-rw-r--r--package/strace/patches/patch-syscall_c17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/strace/patches/patch-syscall_c b/package/strace/patches/patch-syscall_c
new file mode 100644
index 000000000..2c47009e4
--- /dev/null
+++ b/package/strace/patches/patch-syscall_c
@@ -0,0 +1,17 @@
+--- strace-4.8.orig/syscall.c 2013-05-14 16:10:42.000000000 +0200
++++ strace-4.8/syscall.c 2014-02-26 17:46:14.000000000 +0100
+@@ -72,12 +72,8 @@
+ # include <elf.h>
+ #endif
+
+-#if defined(AARCH64)
+-# include <asm/ptrace.h>
+-#endif
+-
+-#if defined(XTENSA)
+-# include <asm/ptrace.h>
++#ifndef POWERPC
++#include <asm/ptrace.h>
+ #endif
+
+ #ifndef ERESTARTSYS