diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-22 12:52:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-22 12:52:17 +0100 |
commit | 3fa00c8a16cdbd8bed631606844e8f881ceec399 (patch) | |
tree | e8fc6c09027c12149a7093fc83e0bac41eda9f87 /package/strace/patches/patch-syscall_c | |
parent | c847620da9e572763586651df9c3543492fa4498 (diff) |
some try to fix
Diffstat (limited to 'package/strace/patches/patch-syscall_c')
-rw-r--r-- | package/strace/patches/patch-syscall_c | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/package/strace/patches/patch-syscall_c b/package/strace/patches/patch-syscall_c index 3f15e9297..ec944e5b0 100644 --- a/package/strace/patches/patch-syscall_c +++ b/package/strace/patches/patch-syscall_c @@ -1,5 +1,5 @@ --- strace-4.8.orig/syscall.c 2013-05-14 16:10:42.000000000 +0200 -+++ strace-4.8/syscall.c 2013-10-25 14:52:35.000000000 +0200 ++++ strace-4.8/syscall.c 2014-01-23 19:57:19.000000000 +0100 @@ -40,17 +40,6 @@ # ifndef PTRACE_PEEKUSR # define PTRACE_PEEKUSR PTRACE_PEEKUSER @@ -18,3 +18,18 @@ #endif #if defined(SPARC64) +@@ -72,13 +61,7 @@ + # include <elf.h> + #endif + +-#if defined(AARCH64) +-# include <asm/ptrace.h> +-#endif +- +-#if defined(XTENSA) +-# include <asm/ptrace.h> +-#endif ++#include <asm/ptrace.h> + + #ifndef ERESTARTSYS + # define ERESTARTSYS 512 |