diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-25 14:31:38 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 15:09:19 -0500 |
commit | fe9c1db2cfc363cd30ecfe6480481b280abf8c0a (patch) | |
tree | 0382530cd58c72b56b9860d7bc5bab65a356d9a9 /arch | |
parent | 322a56cb1fcbe228eee5cdb8a9c6df9f797d998c (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 374a68adbf1f..18c0383dcc42 100644 --- a/arch/Kconfig +++ b/arch/Kconfig | |||
@@ -362,6 +362,9 @@ config GENERIC_SIGALTSTACK | |||
362 | config GENERIC_COMPAT_RT_SIGPROCMASK | 362 | config GENERIC_COMPAT_RT_SIGPROCMASK |
363 | bool | 363 | bool |
364 | 364 | ||
365 | config GENERIC_COMPAT_RT_SIGPENDING | ||
366 | bool | ||
367 | |||
365 | # | 368 | # |
366 | # ABI hall of shame | 369 | # ABI hall of shame |
367 | # | 370 | # |