git: b5f5db652622 - stable/13 - kern_sig.c: Remove unused SIGPROP_CANTMASK
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Oct 2021 09:24:23 UTC
The branch stable/13 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=b5f5db65262205f0dbadbf539e4a57f2f014d2d8
commit b5f5db65262205f0dbadbf539e4a57f2f014d2d8
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2021-10-05 04:55:54 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2021-10-10 09:22:58 +0000
kern_sig.c: Remove unused SIGPROP_CANTMASK
(cherry picked from commit dc2d0899bba62d79083daeb83c6fac49abf28c3b)
---
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 f3b7811d3264..38261118897f 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,