diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-25 19:32:07 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 18:15:47 -0500 |
commit | 50bcb7e4734df09ee5e479a45992b85118bd1834 (patch) | |
tree | aefd0d3062b4dade3e9f23fb995e145ad68c72e7 /arch/arm/Kconfig | |
parent | b68fec2416314cf21e790d1f5161f9ed12c5a3ab (diff) |
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 | |||
58 | select CLONE_BACKWARDS | 58 | select CLONE_BACKWARDS |
59 | select GENERIC_SIGALTSTACK | 59 | select GENERIC_SIGALTSTACK |
60 | select OLD_SIGSUSPEND3 | 60 | select OLD_SIGSUSPEND3 |
61 | select OLD_SIGACTION | ||
61 | help | 62 | help |
62 | The ARM series is a line of low-power-consumption RISC chip designs | 63 | The ARM series is a line of low-power-consumption RISC chip designs |
63 | licensed by ARM Ltd and targeted at embedded applications and | 64 | licensed by ARM Ltd and targeted at embedded applications and |