No more malloc or lock inside signal handlers.

This commit is contained in:
rsc 2004-04-21 04:48:25 +00:00
parent ac0e2db600
commit 175b8a534a
6 changed files with 78 additions and 55 deletions

View file

@ -26,7 +26,7 @@ privmem(int i)
{
Uproc *up;
up = _p9uproc();
up = _p9uproc(0);
return &up->priv[i];
}