_pthread_sigmask
#define pthread_sigmask _pthread_sigmask
#define thr_sigsetmask(f, n, o) _pthread_sigmask(f, n, o)
__strong_reference(_pthread_sigmask, pthread_sigmask);