diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-25 18:49:25 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 18:16:13 -0500 |
commit | f036b943441ac8e79b779e3500ae4820c243b4f2 (patch) | |
tree | 9dfb816a36645124f1ca06a2bff681ee4acff493 /arch/s390/kernel/compat_linux.h | |
parent | d7b5427cec79d993459c162db67eac9e22135e8b (diff) | |
download | op-kernel-dev-f036b943441ac8e79b779e3500ae4820c243b4f2.zip op-kernel-dev-f036b943441ac8e79b779e3500ae4820c243b4f2.tar.gz |
s390: switch to generic compat rt_sigaction
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/s390/kernel/compat_linux.h')
-rw-r--r-- | arch/s390/kernel/compat_linux.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/s390/kernel/compat_linux.h b/arch/s390/kernel/compat_linux.h index aee753d..47e9f07e 100644 --- a/arch/s390/kernel/compat_linux.h +++ b/arch/s390/kernel/compat_linux.h @@ -68,12 +68,6 @@ struct sigcontext32 }; /* asm/signal.h */ -struct sigaction32 { - __u32 sa_handler; /* pointer */ - __u32 sa_flags; - __u32 sa_restorer; /* pointer */ - compat_sigset_t sa_mask; /* mask last for extensibility */ -}; /* asm/ucontext.h */ struct ucontext32 { @@ -139,6 +133,4 @@ long sys32_fadvise64(int fd, loff_t offset, size_t len, int advise); long sys32_fadvise64_64(struct fadvise64_64_args __user *args); long sys32_sigaction(int sig, const struct old_sigaction32 __user *act, struct old_sigaction32 __user *oact); -long sys32_rt_sigaction(int sig, const struct sigaction32 __user *act, - struct sigaction32 __user *oact, size_t sigsetsize); #endif /* _ASM_S390X_S390_H */ |