X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/d41579a0646e8afb2d9f3923b93efae744e77cdd..96c68b67a0641d167fa6422f2fd1c1f74c25a83e:/ev.c diff --git a/ev.c b/ev.c index ce730b5..46c8cea 100644 --- a/ev.c +++ b/ev.c @@ -425,7 +425,7 @@ childcb (struct ev_signal *sw, int revents) while ((pid = waitpid (-1, &status, WNOHANG | WUNTRACED | WCONTINUED)) != -1) for (w = childs [pid & (PID_HASHSIZE - 1)]; w; w = w->next) - if (w->pid == pid || w->pid == -1) + if (w->pid == pid || !w->pid) { w->status = status; event ((W)w, EV_CHILD);