diff options
| author | rsc <devnull@localhost> | 2004-09-20 15:08:57 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-09-20 15:08:57 +0000 |
| commit | e5c26b01f70303f3322ac98d670ef886a62ac38a (patch) | |
| tree | 60ad947a32a9607e03d26e51f46f72a00581fa6b /src/libthread/sched.c | |
| parent | dcc9531c5a8d5d43d71060f8975d592c7598b349 (diff) | |
| download | plan9port-e5c26b01f70303f3322ac98d670ef886a62ac38a.tar.gz plan9port-e5c26b01f70303f3322ac98d670ef886a62ac38a.zip | |
various forgotten files
Diffstat (limited to 'src/libthread/sched.c')
| -rw-r--r-- | src/libthread/sched.c | 1 |
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; |
