Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2021-10-14 22:30:18 +03:00
parent ef3f98ae47
commit 1adebca1fc

View File

@ -2031,7 +2031,7 @@ trapsignal(struct thread *td, ksiginfo_t *ksi)
&td->td_sigmask, code);
#endif
(*p->p_sysent->sv_sendsig)(ps->ps_sigact[_SIG_IDX(sig)],
ksi, &td->td_sigmask);
ksi, &td->td_sigmask);
postsig_done(sig, td, ps);
mtx_unlock(&ps->ps_mtx);
} else {