signal handling, add prototype for pthreadinit
This commit is contained in:
parent
43db87f1fc
commit
e1dc7e4511
3 changed files with 19 additions and 4 deletions
|
|
@ -101,7 +101,7 @@ _threadsetproc(Proc *p)
|
|||
}
|
||||
|
||||
void
|
||||
pthreadinit(void)
|
||||
_pthreadinit(void)
|
||||
{
|
||||
pthread_key_create(&prockey, 0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue