summaryrefslogtreecommitdiffstats
path: root/src/libthread/sched.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-09-20 15:08:57 +0000
committerrsc <devnull@localhost>2004-09-20 15:08:57 +0000
commite5c26b01f70303f3322ac98d670ef886a62ac38a (patch)
tree60ad947a32a9607e03d26e51f46f72a00581fa6b /src/libthread/sched.c
parentdcc9531c5a8d5d43d71060f8975d592c7598b349 (diff)
downloadplan9port-e5c26b01f70303f3322ac98d670ef886a62ac38a.tar.gz
plan9port-e5c26b01f70303f3322ac98d670ef886a62ac38a.zip
various forgotten files
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;