remove no-longer-needed unblocking of signals in pthread_create
this action is now performed in pthread_self initialization; it must be performed there in case the first call to pthread_create is from a signal handler, in which case the old signal mask could be restored on return from the signal.
Showing
想要评论请 注册 或 登录