diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-27 11:21:30 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-27 11:21:30 +0100 |
commit | fe967bd0b07b9c17a99cc8b31a756d8438a49117 (patch) | |
tree | 6363afe246244dd0939fc3c706e9831b3f4d2a83 /package/strace/patches/patch-syscall_c | |
parent | ef35660027f4556d65f27da7cfe4f3150011f0d1 (diff) | |
parent | 9a9fd1b6c5b7b15e6df4848df4ba85d0b3f40ee2 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/strace/patches/patch-syscall_c')
-rw-r--r-- | package/strace/patches/patch-syscall_c | 17 |
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 |