diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-25 19:29:01 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 18:16:00 -0500 |
commit | 8be433ab55d5058327e82f124f1eb0b37e4540b1 (patch) | |
tree | 7db03b4f1a31eb80be341b8f188e35dd1ef25704 /arch/m68k/Kconfig | |
parent | 1ba3e7efb60b4d7d4f75f084214b90bd0fdaa319 (diff) | |
download | linux-8be433ab55d5058327e82f124f1eb0b37e4540b1.tar.gz linux-8be433ab55d5058327e82f124f1eb0b37e4540b1.tar.bz2 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 |