feat(p7ll): port setup_signals from ircd.c to Rust
The boot-time signal-disposition installer (ircd.c:1388, called once from
the still-C main). All callees are now Rust (dummy P7a; s_rehash/s_restart/
s_die/s_slave P7kk), so this is a clean leaf. De-static'd + body guarded
under -DPORT_IRCD_SETUP_SIGNALS_P7ll on the ircd_link.o recipe; the cref
archive keeps the de-static'd body for the L1 oracle. Config-resolved:
POSIX_SIGNALS sigaction branch, SIGWINCH defined, USE_IAUTH (s_slave +
SIGCHLD/SA_NOCLDWAIT), not __FreeBSD__, no RESTARTING_SYSTEMCALLS;
faithful cumulative sa_mask.