set errno when getpw*_r, getgr*_r, and getspnam_r fail
[musl] / src / thread / pthread_sigmask.c
index b274bd0..88c333f 100644 (file)
@@ -1,6 +1,5 @@
 #include <signal.h>
 #include <errno.h>
-#include <pthread.h>
 #include "syscall.h"
 
 int pthread_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict old)