git: dc2d0899bba6 - main - kern_sig.c: Remove unused SIGPROP_CANTMASK
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Oct 2021 00:22:05 UTC
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=dc2d0899bba62d79083daeb83c6fac49abf28c3b commit dc2d0899bba62d79083daeb83c6fac49abf28c3b Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2021-10-05 04:55:54 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2021-10-08 00:21:42 +0000 kern_sig.c: Remove unused SIGPROP_CANTMASK Reviewed by: imp, markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D32313 --- sys/kern/kern_sig.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c index b88556f2954d..c891cc1fbbad 100644 --- a/sys/kern/kern_sig.c +++ b/sys/kern/kern_sig.c @@ -214,7 +214,6 @@ SYSCTL_INT(_kern, OID_AUTO, coredump_devctl, CTLFLAG_RW, &coredump_devctl, #define SIGPROP_TTYSTOP 0x08 /* ditto, from tty */ #define SIGPROP_IGNORE 0x10 /* ignore by default */ #define SIGPROP_CONT 0x20 /* continue if suspended */ -#define SIGPROP_CANTMASK 0x40 /* non-maskable, catchable */ static int sigproptbl[NSIG] = { [SIGHUP] = SIGPROP_KILL,