summaryrefslogtreecommitdiff
path: root/pith/osdep/pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'pith/osdep/pipe.c')
-rw-r--r--pith/osdep/pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/osdep/pipe.c b/pith/osdep/pipe.c
index 56c4a239..ed9eda0e 100644
--- a/pith/osdep/pipe.c
+++ b/pith/osdep/pipe.c
@@ -741,7 +741,7 @@ process_reap(pid_t pid, int *esp, int flags)
wflags |= WNOHANG;
#endif
- while (((rv = waitpid(pid, &wstatus, wflags)) < 0) && (errno != ECHILD));
+ while (((rv = waitpid(pid, &wstatus, wflags)) < 0) && (errno != ECHILD));
#elif HAVE_WAIT4