NRK writes:
On Tue, Jul 26, 2022 at 09:45:08PM +0100, Chris Down wrote:
Can there really be zombies before setup()? At that point we haven't even
started in earnest yet, I don't see how a child would even get going.

I'm not sure myself. But that's what the old comment was suggesting:

        /* clean up any zombies immediately */
        sigchld(0);

Pretty sure that comment means "[set up the handler to] clean up any zombies immediately" -- I don't see anything else it could be.

Reply via email to