CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/10/04 02:48:12
Modified files: sys/kern : kern_sig.c Log message: Simplify sys___thrsigdivert a bit. cursig() always moves the pending signal to p_siglist and so there is no need to check ps_siglist for the signal. OK mpi@