diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-26 01:09:20 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-04 03:16:26 +0400 |
commit | 15ce1f7154c80693cec4f8a5309e8c8a06fb2541 (patch) | |
tree | 16d9bf114517d15fbb5854bc26e0bca502139aa4 /arch/x86/kernel/signal.c | |
parent | 7b83d1a297ac1afda2bb9a9979ca73173148623f (diff) | |
download | linux-15ce1f7154c80693cec4f8a5309e8c8a06fb2541.tar.xz |
x86,um: switch to generic old sigsuspend()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/x86/kernel/signal.c')
-rw-r--r-- | arch/x86/kernel/signal.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/x86/kernel/signal.c b/arch/x86/kernel/signal.c index 38ba7e56e161..057712901509 100644 --- a/arch/x86/kernel/signal.c +++ b/arch/x86/kernel/signal.c @@ -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) |