Re: [PATCH v3 3/4] daemon: use sigaction() to install child_handler()
From: Junio C Hamano <hidden> Date: 2025-07-07 22:14:08
Phillip Wood [off-list ref] writes:
The counter argument to this is that it is masking bugs that happen on
platforms without SA_RESTART.
As long as we can make the thing work correctly without SA_RESTART
even on platforms that do support SA_RESTART, I tend to agree with
that position.
Thanks.