commit | fe9c1db2cfc363cd30ecfe6480481b280abf8c0a | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Dec 25 14:31:38 2012 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Feb 03 15:09:19 2013 -0500 |
tree | 0382530cd58c72b56b9860d7bc5bab65a356d9a9 | |
parent | 322a56cb1fcbe228eee5cdb8a9c6df9f797d998c [diff] [blame] |
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>
diff --git a/arch/Kconfig b/arch/Kconfig index 374a68a..18c0383 100644 --- a/arch/Kconfig +++ b/arch/Kconfig
@@ -362,6 +362,9 @@ config GENERIC_COMPAT_RT_SIGPROCMASK bool +config GENERIC_COMPAT_RT_SIGPENDING + bool + # # ABI hall of shame #