]> granicus.if.org Git - strace/commit
Do not shuffle scno inside syscall_name
authorEugene Syromyatnikov <evgsyr@gmail.com>
Thu, 1 Feb 2018 11:50:31 +0000 (12:50 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 10 Feb 2018 00:01:01 +0000 (00:01 +0000)
commit61f156c08ed6cfed06643f23397c584833e31333
treef86391ca20b164a37162846c8931b33572c05306
parent7b6e92664130232b245a980b6869c4fcae934fad
Do not shuffle scno inside syscall_name

This makes interface a bit irregular otherwise.

* defs.h (syscall_name): Clarify description.
* syscall.c (syscall_name): Do not call shuffle_scno.
* printsiginfo.c (print_si_info) <case SIGSYS>: Use shuffle_scno.
defs.h
printsiginfo.c
syscall.c