handle_int
if (sigflags & (1 << (SIGINT - 1))) handle_int(SIGINT); \
__dead void handle_int(int);
else handle_int(signo);