handle_hup
if (sigflags & (1 << (SIGHUP - 1))) handle_hup(SIGHUP); \
void handle_hup(int);
handle_hup(signo);