diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-25 18:38:15 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 15:09:23 -0500 |
commit | 08d32fe504a7670cab3190c624448695adcf70e4 (patch) | |
tree | a6fcff4e53049064fe4d9e060e2bb41ae842fb42 /arch/Kconfig | |
parent | 574c4866e33d648520a8bd5bf6f573ea6e554e88 (diff) |
generic sys_compat_rt_sigaction()
Again, protected by a temporary config symbol (GENERIC_COMPAT_RT_SIGACTION);
will be gone by the end of series.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 6b1df95ffefc..3b4a416fc448 100644 --- a/arch/Kconfig +++ b/arch/Kconfig | |||
@@ -368,6 +368,9 @@ config GENERIC_COMPAT_RT_SIGPENDING | |||
368 | config GENERIC_COMPAT_RT_SIGQUEUEINFO | 368 | config GENERIC_COMPAT_RT_SIGQUEUEINFO |
369 | bool | 369 | bool |
370 | 370 | ||
371 | config GENERIC_COMPAT_RT_SIGACTION | ||
372 | bool | ||
373 | |||
371 | # | 374 | # |
372 | # ABI hall of shame | 375 | # ABI hall of shame |
373 | # | 376 | # |