From cadc28f82e1d50c3089b8cc98b50efa2944a7d81 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 25 Dec 2015 15:55:49 +0100 Subject: fix ARC compile, hotfix from upstream --- package/strace/patches/patch-pathtrace_c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/strace/patches/patch-pathtrace_c (limited to 'package/strace/patches/patch-pathtrace_c') diff --git a/package/strace/patches/patch-pathtrace_c b/package/strace/patches/patch-pathtrace_c new file mode 100644 index 000000000..cbe0ac27d --- /dev/null +++ b/package/strace/patches/patch-pathtrace_c @@ -0,0 +1,10 @@ +--- strace-4.11.orig/pathtrace.c 2015-11-23 00:21:35.000000000 +0100 ++++ strace-4.11/pathtrace.c 2015-12-25 15:36:04.814035892 +0100 +@@ -216,6 +216,7 @@ pathtrace_match(struct tcb *tcp) + case SEN_mmap: + case SEN_mmap_4koff: + case SEN_mmap_pgoff: ++ case SEN_ARCH_mmap: + /* x, x, x, x, fd */ + return fdmatch(tcp, tcp->u_arg[4]); + -- cgit v1.2.3