aboutsummaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2012-12-25 18:38:15 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2013-02-03 15:09:23 -0500
commit08d32fe504a7670cab3190c624448695adcf70e4 (patch)
treea6fcff4e53049064fe4d9e060e2bb41ae842fb42 /arch/Kconfig
parent574c4866e33d648520a8bd5bf6f573ea6e554e88 (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/Kconfig3
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
368config GENERIC_COMPAT_RT_SIGQUEUEINFO 368config GENERIC_COMPAT_RT_SIGQUEUEINFO
369 bool 369 bool
370 370
371config GENERIC_COMPAT_RT_SIGACTION
372 bool
373
371# 374#
372# ABI hall of shame 375# ABI hall of shame
373# 376#