signal handling, add prototype for pthreadinit

This commit is contained in:
rsc 2004-12-27 00:13:48 +00:00
parent 43db87f1fc
commit e1dc7e4511
3 changed files with 19 additions and 4 deletions

View file

@ -101,7 +101,7 @@ _threadsetproc(Proc *p)
}
void
pthreadinit(void)
_pthreadinit(void)
{
pthread_key_create(&prockey, 0);
}