Dmitry V. Levin
232cf04c83
This complements commit 527b42ff8d
.
* linux/arch_sigreturn.c (arch_sigreturn): Define.
7 lines
143 B
C
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)
|
|
{
|
|
}
|