diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-26 01:32:07 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-04 00:15:47 +0100 |
commit | 50bcb7e4734df09ee5e479a45992b85118bd1834 (patch) | |
tree | aefd0d3062b4dade3e9f23fb995e145ad68c72e7 /arch/arm/Kconfig | |
parent | arm: switch to generic old sigsuspend (diff) | |
download | linux-50bcb7e4734df09ee5e479a45992b85118bd1834.tar.xz linux-50bcb7e4734df09ee5e479a45992b85118bd1834.zip |
arm: switch to generic old sigaction()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 614c49716ae7..db3152d6dd88 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -58,6 +58,7 @@ config ARM select CLONE_BACKWARDS select GENERIC_SIGALTSTACK select OLD_SIGSUSPEND3 + select OLD_SIGACTION help The ARM series is a line of low-power-consumption RISC chip designs licensed by ARM Ltd and targeted at embedded applications and |