diff options
author | Al Viro | 2012-12-23 03:36:41 -0500 |
---|---|---|
committer | Al Viro | 2013-02-03 18:16:11 -0500 |
commit | e214125aa8c0546b24dabf6f47b28c5e20133d1d (patch) | |
tree | 64405963bd20f04e42b411f115fda7530a906d6e /arch/s390/kernel/entry.h | |
parent | 0aa0203fb43f04714004b2c4ad33b858e240555d (diff) |
s390: switch to generic sigaltstack
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/s390/kernel/entry.h')
-rw-r--r-- | arch/s390/kernel/entry.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/kernel/entry.h b/arch/s390/kernel/entry.h index 2711936fe706..d56319aa1d56 100644 --- a/arch/s390/kernel/entry.h +++ b/arch/s390/kernel/entry.h @@ -76,7 +76,6 @@ long sys_s390_fallocate(int fd, int mode, loff_t offset, u32 len_high, long sys_sigsuspend(int history0, int history1, old_sigset_t mask); long sys_sigaction(int sig, const struct old_sigaction __user *act, struct old_sigaction __user *oact); -long sys_sigaltstack(const stack_t __user *uss, stack_t __user *uoss); long sys_sigreturn(void); long sys_rt_sigreturn(void); long sys32_sigreturn(void); |