various forgotten files

This commit is contained in:
rsc 2004-09-20 15:08:57 +00:00
parent dcc9531c5a
commit e5c26b01f7
9 changed files with 219 additions and 7 deletions

View file

@ -26,7 +26,6 @@ _schedinit(void *arg)
Proc *p;
Thread *t;
extern void ignusr1(int), _threaddie(int);
ignusr1(1);
signal(SIGTERM, _threaddie);
p = arg;