David Holland <dholland-current%netbsd.org@localhost> wrote: > "static volatile sig_atomic_t reap_children;" I chose int (which is what sig_atomic_t is) for portability. > but also, I would expect that this childExitJob.outPipe can go away. Possibly, the claimed purpose is to cause poll/select to return.