diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-26 04:23:55 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-04 03:16:16 +0400 |
commit | 0679a858c5439bf4bc05fd211d3690f82fefa5b6 (patch) | |
tree | be14ceaf88aeef764efb0521cc31fad9056fb09c /arch/sh/include/asm/syscalls_32.h | |
parent | 881e252d6b37d7526008e3dcd4592823d9273e1f (diff) | |
download | linux-0679a858c5439bf4bc05fd211d3690f82fefa5b6.tar.xz |
sh: switch to generic old sigaction()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/sh/include/asm/syscalls_32.h')
-rw-r--r-- | arch/sh/include/asm/syscalls_32.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/include/asm/syscalls_32.h b/arch/sh/include/asm/syscalls_32.h index dc72388e6e5b..4f97df87d7d5 100644 --- a/arch/sh/include/asm/syscalls_32.h +++ b/arch/sh/include/asm/syscalls_32.h @@ -9,8 +9,6 @@ struct pt_regs; -asmlinkage int sys_sigaction(int sig, const struct old_sigaction __user *act, - struct old_sigaction __user *oact); asmlinkage int sys_sigreturn(unsigned long r4, unsigned long r5, unsigned long r6, unsigned long r7, struct pt_regs __regs); |