You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
generic sys_sigaction() and compat_sys_sigaction()
conditional on OLD_SIGACTION/COMPAT_OLD_SIGACTION Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user