commit | 322a56cb1fcbe228eee5cdb8a9c6df9f797d998c | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Dec 25 13:32:58 2012 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Feb 03 15:09:19 2013 -0500 |
tree | feedbad82fdfacf9f4d5ddd343905f6057a71fee | |
parent | ad4b65a434bdd2ff37d095ab1ccd836203e985ba [diff] [blame] |
generic compat_sys_rt_sigprocmask() conditional on GENERIC_COMPAT_RT_SIGPROCMASK; 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 6e4c32a..374a68a 100644 --- a/arch/Kconfig +++ b/arch/Kconfig
@@ -359,6 +359,9 @@ config GENERIC_SIGALTSTACK bool +config GENERIC_COMPAT_RT_SIGPROCMASK + bool + # # ABI hall of shame #