aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/compat.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2012-12-25 14:31:38 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2013-02-03 15:09:19 -0500
commitfe9c1db2cfc363cd30ecfe6480481b280abf8c0a (patch)
tree0382530cd58c72b56b9860d7bc5bab65a356d9a9 /include/linux/compat.h
parent322a56cb1fcbe228eee5cdb8a9c6df9f797d998c (diff)
generic compat_sys_rt_sigpending()
conditional on GENERIC_COMPAT_RT_SIGPENDING; by the end of that series it will become the same thing as COMPAT and conditional will die out. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/compat.h')
-rw-r--r--include/linux/compat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h
index 9d3c2a98d537..75548a43a1c5 100644
--- a/include/linux/compat.h
+++ b/include/linux/compat.h
@@ -598,6 +598,10 @@ asmlinkage long compat_sys_rt_sigprocmask(int how, compat_sigset_t __user *set,
598 compat_sigset_t __user *oset, 598 compat_sigset_t __user *oset,
599 compat_size_t sigsetsize); 599 compat_size_t sigsetsize);
600#endif 600#endif
601#ifdef CONFIG_GENERIC_COMPAT_RT_SIGPENDING
602asmlinkage long compat_sys_rt_sigpending(compat_sigset_t __user *uset,
603 compat_size_t sigsetsize);
604#endif
601asmlinkage long compat_sys_sysinfo(struct compat_sysinfo __user *info); 605asmlinkage long compat_sys_sysinfo(struct compat_sysinfo __user *info);
602asmlinkage long compat_sys_ioctl(unsigned int fd, unsigned int cmd, 606asmlinkage long compat_sys_ioctl(unsigned int fd, unsigned int cmd,
603 unsigned long arg); 607 unsigned long arg);