Ridiculous amount of work for OpenBSD.

This commit is contained in:
rsc 2005-08-10 18:48:31 +00:00
parent c15ce40c44
commit b20b42b837
3 changed files with 168 additions and 9 deletions

View file

@ -396,13 +396,6 @@ _threadsetproc(Proc *p)
pp->pid = -1;
}
void
_pthreadinit(void)
{
__isthreaded = 1;
signal(SIGUSR2, sigusr2handler);
}
void
_threadpexit(void)
{