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-linux_nios2_syscallent_h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package/strace/patches/patch-linux_nios2_syscallent_h (limited to 'package/strace/patches/patch-linux_nios2_syscallent_h') diff --git a/package/strace/patches/patch-linux_nios2_syscallent_h b/package/strace/patches/patch-linux_nios2_syscallent_h new file mode 100644 index 000000000..ad1f80f04 --- /dev/null +++ b/package/strace/patches/patch-linux_nios2_syscallent_h @@ -0,0 +1,8 @@ +--- strace-4.11.orig/linux/nios2/syscallent.h 2015-07-13 00:31:40.000000000 +0200 ++++ strace-4.11/linux/nios2/syscallent.h 2015-12-25 15:36:04.814035892 +0100 +@@ -1,4 +1,4 @@ +-#define ARCH_mmap mmap_pgoff ++#define sys_ARCH_mmap sys_mmap_pgoff + #include "32/syscallent.h" + [244] = {4, 0, SEN(cacheflush), "cacheflush"}, + [245 ... 259] = { }, -- cgit v1.2.3