mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
always a good idea to drop the lock when you're done.
This commit is contained in:
parent
92a0a8b69f
commit
0b424d7bd7
2 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,7 @@ _p9uproc(int inhandler)
|
|||
if(alluproc[h]==T || alluproc[h]==nil){
|
||||
alluproc[h] = up;
|
||||
allupid[h] = pid;
|
||||
unlock(&uproclock);
|
||||
return up;
|
||||
}
|
||||
if(++h == PIDHASH)
|
||||
|
|
|
@ -141,6 +141,7 @@ LIB9OFILES=\
|
|||
tas-$OBJTYPE.$O\
|
||||
time.$O\
|
||||
tokenize.$O\
|
||||
truerand.$O\
|
||||
u16.$O\
|
||||
u32.$O\
|
||||
u64.$O\
|
||||
|
|
Loading…
Reference in a new issue