diff options
Diffstat (limited to 'main/strace/strace-musl.patch')
-rw-r--r-- | main/strace/strace-musl.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/strace/strace-musl.patch b/main/strace/strace-musl.patch index 703ec5cfe9..b0fb3f9cbd 100644 --- a/main/strace/strace-musl.patch +++ b/main/strace/strace-musl.patch @@ -175,3 +175,16 @@ #include <linux/kernel.h> static const struct xlat resources[] = { +--- strace-4.8.org/process.c ++++ strace-4.8/process.c +@@ -91,6 +91,10 @@ + # include <asm/rse.h> + #endif + ++#ifdef __arm__ ++#include <asm/ptrace.h> ++#endif ++ + #ifdef HAVE_PRCTL + # include <sys/prctl.h> + |