diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-25 15:55:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-25 15:55:49 +0100 |
commit | cadc28f82e1d50c3089b8cc98b50efa2944a7d81 (patch) | |
tree | d586f5b06af65a9646f710be95c259361b59ace4 /package/strace/patches/patch-linux_tile_syscallent1_h | |
parent | 33756497d46c61946047a43a09c1944f9ba0b026 (diff) |
fix ARC compile, hotfix from upstream
Diffstat (limited to 'package/strace/patches/patch-linux_tile_syscallent1_h')
-rw-r--r-- | package/strace/patches/patch-linux_tile_syscallent1_h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/strace/patches/patch-linux_tile_syscallent1_h b/package/strace/patches/patch-linux_tile_syscallent1_h new file mode 100644 index 000000000..79dfd0229 --- /dev/null +++ b/package/strace/patches/patch-linux_tile_syscallent1_h @@ -0,0 +1,8 @@ +--- strace-4.11.orig/linux/tile/syscallent1.h 2015-07-13 00:31:40.000000000 +0200 ++++ strace-4.11/linux/tile/syscallent1.h 2015-12-25 15:36:04.814035892 +0100 +@@ -1,4 +1,4 @@ +-#define ARCH_mmap mmap_4koff ++#define sys_ARCH_mmap sys_mmap_4koff + #define ARCH_WANT_SYNC_FILE_RANGE2 1 + #include "32/syscallent.h" + [244] = { 1, 0, SEN(printargs), "cmpxchg_badaddr" }, |