Dmitry V. Levin
a3d941a863
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.
5 lines
48 B
C
5 lines
48 B
C
static void
|
|
arch_sigreturn(struct tcb *tcp)
|
|
{
|
|
}
|