strace/linux/arch_sigreturn.c
Dmitry V. Levin 232cf04c83 Fix build on architectures for which arch_sigreturn is not implemented
This complements commit 527b42ff8d.

* linux/arch_sigreturn.c (arch_sigreturn): Define.
2015-12-09 11:46:43 +00:00

7 lines
143 B
C

#warning sigreturn/rt_sigreturn signal mask decoding is not implemented for this architecture
static void
arch_sigreturn(struct tcb *tcp)
{
}