git: kern: Move CANSIGNAL() to <sys/signal2.h> for external use
Aaron LI
aly at crater.dragonflybsd.org
Tue Mar 18 18:06:44 PDT 2025
commit 704cb04d47a9d5abea23679459ca51a97ab5b6b1
Author: Aaron LI <aly at aaronly.me>
Date: Sun Mar 9 18:16:14 2025 +0800
kern: Move CANSIGNAL() to <sys/signal2.h> for external use
We'll use CANSIGNAL() in the PROC_REAP_KILL request in procctl(2).
Summary of changes:
sys/kern/kern_sig.c | 10 ----------
sys/sys/signal2.h | 10 ++++++++++
2 files changed, 10 insertions(+), 10 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/704cb04d47a9d5abea23679459ca51a97ab5b6b1
--
DragonFly BSD source repository
More information about the Commits
mailing list