diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2025-06-09 02:53:00 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2025-06-09 23:50:51 +0000 |
| commit | 2be717b45a33b733d7a79c996897f60c8ed70735 (patch) | |
| tree | 903beb4f710d7d41e4c15d181131f274534d6cfd | |
| parent | 8226a8b588101b7540249fa208a7ea67e4523c73 (diff) | |
| -rw-r--r-- | sys/kern/kern_sig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c index a98bee38e75c..3df4e8f0fb25 100644 --- a/sys/kern/kern_sig.c +++ b/sys/kern/kern_sig.c @@ -1658,7 +1658,7 @@ kern_sigsuspend(struct thread *td, sigset_t mask) (p->p_sysent->sv_set_syscall_retval)(td, EINTR); for (has_sig = 0; !has_sig;) { while (msleep(&p->p_sigacts, &p->p_mtx, PPAUSE | PCATCH, - "pause", 0) == 0) + "sigsusp", 0) == 0) /* void */; thread_suspend_check(0); mtx_lock(&p->p_sigacts->ps_mtx); |
