diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-25 15:19:12 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 15:09:19 -0500 |
commit | 75907d4d7bc5d79b82d1453d9689efc588de1b43 (patch) | |
tree | 3f27da1adac10949e03f7aa20cb3acf5598edc19 /include/linux/compat.h | |
parent | fe9c1db2cfc363cd30ecfe6480481b280abf8c0a (diff) |
generic compat_sys_rt_sigqueueinfo()
conditional on GENERIC_COMPAT_RT_SIGQUEUEINFO; 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.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h index 75548a43a1c5..bbee15ef3ae9 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h | |||
@@ -602,6 +602,10 @@ asmlinkage long compat_sys_rt_sigprocmask(int how, compat_sigset_t __user *set, | |||
602 | asmlinkage long compat_sys_rt_sigpending(compat_sigset_t __user *uset, | 602 | asmlinkage long compat_sys_rt_sigpending(compat_sigset_t __user *uset, |
603 | compat_size_t sigsetsize); | 603 | compat_size_t sigsetsize); |
604 | #endif | 604 | #endif |
605 | #ifdef CONFIG_GENERIC_COMPAT_RT_SIGQUEUEINFO | ||
606 | asmlinkage long compat_sys_rt_sigqueueinfo(compat_pid_t pid, int sig, | ||
607 | struct compat_siginfo __user *uinfo); | ||
608 | #endif | ||
605 | asmlinkage long compat_sys_sysinfo(struct compat_sysinfo __user *info); | 609 | asmlinkage long compat_sys_sysinfo(struct compat_sysinfo __user *info); |
606 | asmlinkage long compat_sys_ioctl(unsigned int fd, unsigned int cmd, | 610 | asmlinkage long compat_sys_ioctl(unsigned int fd, unsigned int cmd, |
607 | unsigned long arg); | 611 | unsigned long arg); |