thunk_sigaddset
thunk_sigaddset(&sc->sc_ucp.uc_sigmask, SIGALRM);
thunk_sigaddset(&sc->sc_ucp.uc_sigmask, SIGIO);
thunk_sigaddset(&sc->sc_ucp.uc_sigmask, SIGINT);
thunk_sigaddset(&sc->sc_ucp.uc_sigmask, SIGTSTP);
void thunk_sigaddset(sigset_t *sa_mask, int sig);