summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libthr/thread/thr_kern.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libthr/thread/thr_kern.c b/lib/libthr/thread/thr_kern.c
index 5de6051..516c570 100644
--- a/lib/libthr/thread/thr_kern.c
+++ b/lib/libthr/thread/thr_kern.c
@@ -78,6 +78,7 @@ _thread_sigblock()
#ifdef _PTHREADS_INVARIANTS
SIGDELSET(set, SIGABRT);
#endif
+ SIGDELSET(set, SIGTRAP);
/* If we have already blocked signals, just up the refcount */
if (++curthread->signest > 1)
OpenPOWER on IntegriCloud