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_sigaction.c | |
| parent | f5a78334492dccb1f3e9debe40f6e1deb14638fd (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_sigaction.c')
| -rw-r--r-- | lib/libpthread/thread/thr_sigaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_sigaction.c b/lib/libpthread/thread/thr_sigaction.c index 40f3850008e0..73a3b211b1fd 100644 --- a/lib/libpthread/thread/thr_sigaction.c +++ b/lib/libpthread/thread/thr_sigaction.c @@ -71,7 +71,7 @@ sigaction(int sig, const struct sigaction * act, struct sigaction * oact) * Check if the kernel needs to be advised of a change * in signal action: */ - if (act != NULL && sig != SIGVTALRM && sig != SIGCHLD && + if (act != NULL && sig != _SCHED_SIGNAL && sig != SIGCHLD && sig != SIGINFO) { /* Initialise the global signal action structure: */ gact.sa_mask = act->sa_mask; |
