]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - kernel/signal.c
generic compat_sys_rt_sigpending()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 25 Dec 2012 19:31:38 +0000 (14:31 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 3 Feb 2013 20:09:19 +0000 (15:09 -0500)
commitfe9c1db2cfc363cd30ecfe6480481b280abf8c0a
tree0382530cd58c72b56b9860d7bc5bab65a356d9a9
parent322a56cb1fcbe228eee5cdb8a9c6df9f797d998c
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>
arch/Kconfig
include/linux/compat.h
include/linux/signal.h
kernel/signal.c