strace/linux/arch_sigreturn.c
Dmitry V. Levin a3d941a863 Move sigreturn parser to libstrace
All architectures have rt_sigreturn, but only old ones also have
sigreturn.  Since not all architectures need a parser of sigreturn
syscall, remove the warning and move the parser to libstrace.

* Makefile.am (strace_SOURCES): Move sigreturn.c ...
(libstrace_a_SOURCES): ... here.
* linux/arch_sigreturn.c: Remove warning.
2017-03-13 15:22:50 +00:00

5 lines
48 B
C

static void
arch_sigreturn(struct tcb *tcp)
{
}