pub static list_pipe_child: Atomic<i32>Expand description
Port of static int list_pipe_child = 0; from Src/exec.c:462.
Set in the child after the list_pipe fork so the child knows to
continue executing the loop body (vs the parent which records
the pid + returns).