diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-26 01:29:01 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-04 00:16:00 +0100 |
commit | 8be433ab55d5058327e82f124f1eb0b37e4540b1 (patch) | |
tree | 7db03b4f1a31eb80be341b8f188e35dd1ef25704 /arch/m68k/Kconfig | |
parent | m68k: switch to generic old sigsuspend (diff) | |
download | linux-8be433ab55d5058327e82f124f1eb0b37e4540b1.tar.xz linux-8be433ab55d5058327e82f124f1eb0b37e4540b1.zip |
m68k: switch to generic old sigaction()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/m68k/Kconfig')
-rw-r--r-- | arch/m68k/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index 107747981b38..a358bf63defe 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig @@ -20,6 +20,7 @@ config M68K select MODULES_USE_ELF_RELA select GENERIC_SIGALTSTACK select OLD_SIGSUSPEND3 + select OLD_SIGACTION config RWSEM_GENERIC_SPINLOCK bool |