CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/03/11 09:45:04
Modified files:
sys/kern : kern_sig.c
sys/sys : signalvar.h
Log message:
Move the sigprop definition and the other bits under SIGPROP into
kern_sig.c where they are currently added by the include. While doing
that mark the sigprop array as const.
OK mpi@ anton@ millert@
