remove debugging
This commit is contained in:
parent
f5ff4947dd
commit
93eb807ac2
4 changed files with 8 additions and 5 deletions
|
|
@ -130,3 +130,9 @@ _pthreadinit(void)
|
|||
pthread_key_create(&prockey, 0);
|
||||
}
|
||||
|
||||
void
|
||||
threadexitsall(char *msg)
|
||||
{
|
||||
exits(msg);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue