mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
parent
1f799495e4
commit
5c06214952
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ threadmain(int argc, char *argv[])
|
||||||
}
|
}
|
||||||
|
|
||||||
/* wait for arena procs to finish */
|
/* wait for arena procs to finish */
|
||||||
for(nfinish=0; nfinish<napart; nfinish++)
|
for(; nfinish<napart; nfinish++)
|
||||||
recvp(arenadonechan);
|
recvp(arenadonechan);
|
||||||
|
|
||||||
/* tell index procs to finish */
|
/* tell index procs to finish */
|
||||||
|
|
Loading…
Reference in a new issue