Loading apps/speed.c +2 −0 Original line number Diff line number Diff line Loading @@ -2593,6 +2593,8 @@ static int do_multi(int multi) for(n=0 ; n < multi ; ++n) { pipe(fd); fflush(stdout); fflush(stderr); if(fork()) { close(fd[1]); Loading Loading
apps/speed.c +2 −0 Original line number Diff line number Diff line Loading @@ -2593,6 +2593,8 @@ static int do_multi(int multi) for(n=0 ; n < multi ; ++n) { pipe(fd); fflush(stdout); fflush(stderr); if(fork()) { close(fd[1]); Loading