commit | 08d32fe504a7670cab3190c624448695adcf70e4 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Dec 25 18:38:15 2012 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Feb 03 15:09:23 2013 -0500 |
tree | a6fcff4e53049064fe4d9e060e2bb41ae842fb42 | |
parent | 574c4866e33d648520a8bd5bf6f573ea6e554e88 [diff] [blame] |
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>
diff --git a/arch/Kconfig b/arch/Kconfig index 6b1df95..3b4a416 100644 --- a/arch/Kconfig +++ b/arch/Kconfig
@@ -368,6 +368,9 @@ config GENERIC_COMPAT_RT_SIGQUEUEINFO bool +config GENERIC_COMPAT_RT_SIGACTION + bool + # # ABI hall of shame #