diff options
Diffstat (limited to 'arch/h8300/kernel/signal.c')
-rw-r--r-- | arch/h8300/kernel/signal.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/h8300/kernel/signal.c b/arch/h8300/kernel/signal.c index 635ece1c5d20..641d947a83b8 100644 --- a/arch/h8300/kernel/signal.c +++ b/arch/h8300/kernel/signal.c | |||
@@ -46,17 +46,6 @@ | |||
46 | #include <asm/traps.h> | 46 | #include <asm/traps.h> |
47 | #include <asm/ucontext.h> | 47 | #include <asm/ucontext.h> |
48 | 48 | ||
49 | /* | ||
50 | * Atomically swap in the new signal mask, and wait for a signal. | ||
51 | */ | ||
52 | asmlinkage int | ||
53 | sys_sigsuspend(int unused1, int unused2, old_sigset_t mask) | ||
54 | { | ||
55 | sigset_t blocked; | ||
56 | siginitset(&blocked, mask); | ||
57 | return sigsuspend(&blocked); | ||
58 | } | ||
59 | |||
60 | asmlinkage int | 49 | asmlinkage int |
61 | sys_sigaction(int sig, const struct old_sigaction *act, | 50 | sys_sigaction(int sig, const struct old_sigaction *act, |
62 | struct old_sigaction *oact) | 51 | struct old_sigaction *oact) |