pthread_sigmask
int pthread_sigmask(int, const sigset_t * __restrict,
WR(stub_sigmask, pthread_sigmask);
__strong_reference(_pthread_sigmask, pthread_sigmask);
if (pthread_sigmask(SIG_BLOCK, &new, NULL) != 0)