]> granicus.if.org Git - strace/commit
arc, metag, nios2, or1k, tile: fix build
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 24 Dec 2015 15:40:55 +0000 (15:40 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 24 Dec 2015 17:36:58 +0000 (17:36 +0000)
commitdd1a80c8d213eed95fe55b7ebcb07ee165dd8e4b
tree8cfde02d390b1ae7833ac617b625a25547698cb8
parent24fb8efa27a26f75decc684cdfc8fe5189fa6b25
arc, metag, nios2, or1k, tile: fix build

Fix build regression introduced by commit
34683e3926d8c2daa368afb805da422ee7043396.

* 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>
NEWS
linux/32/syscallent.h
linux/arc/syscallent.h
linux/nios2/syscallent.h
linux/or1k/syscallent.h
linux/tile/syscallent1.h
pathtrace.c