git: 1adebca1fc9f - main - Style
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 20:07:52 UTC
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=1adebca1fc9f6def501f7a5c2b2bde5fe9049477 commit 1adebca1fc9f6def501f7a5c2b2bde5fe9049477 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2021-10-14 19:30:18 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2021-10-14 20:07:32 +0000 Style Sponsored by: The FreeBSD Foundation MFC after: 3 days --- sys/kern/kern_sig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c index edafa7eda57a..b7155074aa5a 100644 --- a/sys/kern/kern_sig.c +++ b/sys/kern/kern_sig.c @@ -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 {