summaryrefslogtreecommitdiffstats
path: root/src/libthread/sched.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libthread/sched.c')
-rw-r--r--src/libthread/sched.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libthread/sched.c b/src/libthread/sched.c
index 60a8854b..81cc3439 100644
--- a/src/libthread/sched.c
+++ b/src/libthread/sched.c
@@ -26,7 +26,6 @@ _schedinit(void *arg)
Proc *p;
Thread *t;
extern void ignusr1(int), _threaddie(int);
- ignusr1(1);
signal(SIGTERM, _threaddie);
p = arg;