frv: switch to generic old sigsuspend

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2012-12-25 16:27:55 -05:00
bovenliggende fe76141671
commit 39e08a9bae
2 gewijzigde bestanden met toevoegingen van 1 en 10 verwijderingen

Bestand weergeven

@@ -32,16 +32,6 @@ struct fdpic_func_descriptor {
unsigned long GOT;
};
/*
* Atomically swap in the new signal mask, and wait for a signal.
*/
asmlinkage int sys_sigsuspend(int history0, int history1, old_sigset_t mask)
{
sigset_t blocked;
siginitset(&blocked, mask);
return sigsuspend(&blocked);
}
asmlinkage int sys_sigaction(int sig,
const struct old_sigaction __user *act,
struct old_sigaction __user *oact)