diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-25 19:09:45 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 15:09:23 -0500 |
commit | 495dfbf767553980dbd40a19a96a8ca5fa1be616 (patch) | |
tree | 5c6d499f130f17abad2ee9407272d92e9192879a /arch/Kconfig | |
parent | 08d32fe504a7670cab3190c624448695adcf70e4 (diff) |
generic sys_sigaction() and compat_sys_sigaction()
conditional on OLD_SIGACTION/COMPAT_OLD_SIGACTION
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 3b4a416fc448..e50d3af294d4 100644 --- a/arch/Kconfig +++ b/arch/Kconfig | |||
@@ -400,4 +400,15 @@ config OLD_SIGSUSPEND3 | |||
400 | help | 400 | help |
401 | Even weirder antique ABI - three-argument sigsuspend(2) | 401 | Even weirder antique ABI - three-argument sigsuspend(2) |
402 | 402 | ||
403 | config OLD_SIGACTION | ||
404 | bool | ||
405 | help | ||
406 | Architecture has old sigaction(2) syscall. Nope, not the same | ||
407 | as OLD_SIGSUSPEND | OLD_SIGSUSPEND3 - alpha has sigsuspend(2), | ||
408 | but fairly different variant of sigaction(2), thanks to OSF/1 | ||
409 | compatibility... | ||
410 | |||
411 | config COMPAT_OLD_SIGACTION | ||
412 | bool | ||
413 | |||
403 | source "kernel/gcov/Kconfig" | 414 | source "kernel/gcov/Kconfig" |