]> granicus.if.org Git - strace/commit
Handle very special __ARM_NR_-prefixed syscalls
authorEugene Syromyatnikov <evgsyr@gmail.com>
Wed, 31 Jan 2018 19:28:56 +0000 (20:28 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 10 Feb 2018 00:01:01 +0000 (00:01 +0000)
commit7b6e92664130232b245a980b6869c4fcae934fad
tree6267787183b6cbc9e5463ad059b5522df81ff5ff
parentf729ab68dd05e2d911dceae4e9f69142f142751c
Handle very special __ARM_NR_-prefixed syscalls

* linux/aarch64/nr_prefix.c: New file.
* linux/arm/nr_prefix.c: Likewise.
* linux/nr_prefix.c: Likewise.
* Makefile.am (EXTRA_DIST): Add them.
* printsiginfo.c: Include nr_prefix.c
(print_si_info): Use nr_prefix.
Makefile.am
linux/aarch64/nr_prefix.c [new file with mode: 0644]
linux/arm/nr_prefix.c [new file with mode: 0644]
linux/nr_prefix.c [new file with mode: 0644]
printsiginfo.c