summaryrefslogtreecommitdiffstats
path: root/lib/libkse/thread/thr_fork.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libkse/thread/thr_fork.c')
-rw-r--r--lib/libkse/thread/thr_fork.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libkse/thread/thr_fork.c b/lib/libkse/thread/thr_fork.c
index a8e85d8..97039b3 100644
--- a/lib/libkse/thread/thr_fork.c
+++ b/lib/libkse/thread/thr_fork.c
@@ -183,9 +183,6 @@ _fork(void)
/* Don't queue signals yet: */
_queue_signals = 0;
- /* Initialize signal handling: */
- _thread_sig_init();
-
/* Initialize the scheduling switch hook routine: */
_sched_switch_hook = NULL;
OpenPOWER on IntegriCloud