generic compat_sys_rt_sigqueueinfo()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 25 Dec 2012 20:19:12 +0000 (15:19 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 3 Feb 2013 20:09:19 +0000 (15:09 -0500)
commit75907d4d7bc5d79b82d1453d9689efc588de1b43
tree3f27da1adac10949e03f7aa20cb3acf5598edc19
parentfe9c1db2cfc363cd30ecfe6480481b280abf8c0a
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>
arch/Kconfig
include/linux/compat.h
kernel/signal.c