summaryrefslogtreecommitdiffstats
path: root/lib/libkse/thread/thr_sigaction.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libkse/thread/thr_sigaction.c')
-rw-r--r--lib/libkse/thread/thr_sigaction.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libkse/thread/thr_sigaction.c b/lib/libkse/thread/thr_sigaction.c
index 741b9c2..a16f859 100644
--- a/lib/libkse/thread/thr_sigaction.c
+++ b/lib/libkse/thread/thr_sigaction.c
@@ -76,8 +76,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 != _SCHED_SIGNAL && sig != SIGCHLD &&
- sig != SIGINFO) {
+ if (act != NULL && sig != SIGCHLD) {
/*
* Ensure the signal handler cannot be interrupted
* by other signals. Always request the POSIX signal
OpenPOWER on IntegriCloud