diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurdsig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c index ffdc996c0f..6abad33021 100644 --- a/hurd/hurdsig.c +++ b/hurd/hurdsig.c @@ -680,7 +680,7 @@ _hurd_internal_post_signal (struct hurd_sigstate *ss, /* If there was a call to resume above in SIGCONT processing and we've left a thread suspended, now's the time to set it going. */ - if (act == handle && ss_suspended) + if (ss_suspended) { err = __thread_resume (ss->thread); assert_perror (err); |