Dmitry V. Levin
dd1a80c8d2
Fix build regression introduced by commit
34683e3926
.
* linux/32/syscallent.h: Add sys_ prefix to ARCH_mmap and mmap.
* linux/arc/syscallent.h: Add sys_ prefix to ARCH_mmap and mmap_pgoff.
* linux/nios2/syscallent.h: Likewise.
* linux/or1k/syscallent.h: Likewise.
* linux/tile/syscallent1.h: Add sys_ prefix to ARCH_mmap and sys_mmap_4koff.
* pathtrace.c (pathtrace_match): Handle SEN_ARCH_mmap.
* NEWS: Mention this build fix.
Reported-by: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
5 lines
135 B
C
5 lines
135 B
C
#define sys_ARCH_mmap sys_mmap_pgoff
|
|
#include "32/syscallent.h"
|
|
[244] = {4, 0, SEN(cacheflush), "cacheflush"},
|
|
[245 ... 259] = { },
|