]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/Kconfig
generic sys_sigaction() and compat_sys_sigaction()
[karo-tx-linux.git] / arch / Kconfig
index 3b4a416fc448ec9d710090691acde1db8a418841..e50d3af294d4a75892f9f8d31af070dbd9016dcf 100644 (file)
@@ -400,4 +400,15 @@ config OLD_SIGSUSPEND3
        help
          Even weirder antique ABI - three-argument sigsuspend(2)
 
+config OLD_SIGACTION
+       bool
+       help
+         Architecture has old sigaction(2) syscall.  Nope, not the same
+         as OLD_SIGSUSPEND | OLD_SIGSUSPEND3 - alpha has sigsuspend(2),
+         but fairly different variant of sigaction(2), thanks to OSF/1
+         compatibility...
+
+config COMPAT_OLD_SIGACTION
+       bool
+
 source "kernel/gcov/Kconfig"