|
@@ -536,17 +536,6 @@ static int x32_setup_rt_frame(int sig, struct k_sigaction *ka,
|
|
|
}
|
|
|
|
|
|
#ifdef CONFIG_X86_32
|
|
|
-/*
|
|
|
- * 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)
|