diff options
-rw-r--r-- | tools/ccanlint/async.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ccanlint/async.c b/tools/ccanlint/async.c index 5c2c4da7..ffa18ca8 100644 --- a/tools/ccanlint/async.c +++ b/tools/ccanlint/async.c @@ -51,6 +51,7 @@ static void run_more(void) if (!c) break; + fflush(stdout); if (pipe(p) != 0) err(1, "Pipe failed"); c->pid = fork(); |