On Tue, Nov 11, 2025 at 9:03 AM Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
> Interesting. Perhaps a minimal program that installs a handler
> assert(signo < 32) for both SIGUSR1 and SIGUSR2 might fail too, if
Or tighter: assert(signo == SIGUSR1 || signo == SIGUSR2).