remove debugging

This commit is contained in:
rsc 2004-12-28 03:42:11 +00:00
parent f5ff4947dd
commit 93eb807ac2
4 changed files with 8 additions and 5 deletions

View file

@ -130,3 +130,9 @@ _pthreadinit(void)
pthread_key_create(&prockey, 0);
}
void
threadexitsall(char *msg)
{
exits(msg);
}