diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-25 20:53:15 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-04 00:16:12 +0100 |
commit | bdcf03183cbf208923752bd26f6b9488c60ec1ca (patch) | |
tree | 2a77622be253557e1aa314dd324cda07096a31fe /arch/s390/kernel/compat_linux.h | |
parent | s390: switch to generic compat rt_sigprocmask(2) (diff) | |
download | linux-bdcf03183cbf208923752bd26f6b9488c60ec1ca.tar.xz linux-bdcf03183cbf208923752bd26f6b9488c60ec1ca.zip |
s390: switch to generic compat rt_sigpending()
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/kernel/compat_linux.h b/arch/s390/kernel/compat_linux.h index 1b5c451381e0..385567661ced 100644 --- a/arch/s390/kernel/compat_linux.h +++ b/arch/s390/kernel/compat_linux.h @@ -115,7 +115,6 @@ long sys32_truncate64(const char __user * path, unsigned long high, long sys32_ftruncate64(unsigned int fd, unsigned long high, unsigned long low); long sys32_sched_rr_get_interval(compat_pid_t pid, struct compat_timespec __user *interval); -long sys32_rt_sigpending(compat_sigset_t __user *set, size_t sigsetsize); long sys32_rt_sigqueueinfo(int pid, int sig, compat_siginfo_t __user *uinfo); long sys32_init_module(void __user *umod, unsigned long len, const char __user *uargs); |