diff options
| author | John Birrell <jb@FreeBSD.org> | 1999-03-23 05:07:56 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1999-03-23 05:07:56 +0000 |
| commit | 58a7cc5d1be640708d2c5e05bf48a8ae379a8d3e (patch) | |
| tree | eea0761f32968ad5456e1c13f86e990df50fa554 /lib/libpthread/thread/thr_sigwait.c | |
| parent | f5a78334492dccb1f3e9debe40f6e1deb14638fd (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_sigwait.c')
| -rw-r--r-- | lib/libpthread/thread/thr_sigwait.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_sigwait.c b/lib/libpthread/thread/thr_sigwait.c index 590f9db46315..98a5359b03a5 100644 --- a/lib/libpthread/thread/thr_sigwait.c +++ b/lib/libpthread/thread/thr_sigwait.c @@ -56,7 +56,7 @@ sigwait(const sigset_t * set, int *sig) */ sigdelset(&act.sa_mask, SIGKILL); sigdelset(&act.sa_mask, SIGSTOP); - sigdelset(&act.sa_mask, SIGVTALRM); + sigdelset(&act.sa_mask, _SCHED_SIGNAL); sigdelset(&act.sa_mask, SIGCHLD); sigdelset(&act.sa_mask, SIGINFO); |
