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
This commit is contained in:
parent
aba66031f2
commit
dc2d0899bb
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user