* lib/pthread_sigmask.c [PTHREAD_SIGMASK_UNBLOCK_BUG]:
Include <unistd.h>, to declare usleep. Needed on Solaris 8,
+2011-07-16 Paul Eggert <eggert@cs.ucla.edu>
+
+ pthread_sigmask: ensure usleep is declared
+ * lib/pthread_sigmask.c [PTHREAD_SIGMASK_UNBLOCK_BUG]:
+ Include <unistd.h>, to declare usleep. Needed on Solaris 8,
+
2011-07-15 Paul Eggert <eggert@cs.ucla.edu>
doc: Document NonStop portability issues.
#include <errno.h>
#include <stddef.h>
+#if PTHREAD_SIGMASK_UNBLOCK_BUG
+# include <unistd.h>
+#endif
+
int
pthread_sigmask (int how, const sigset_t *new_mask, sigset_t *old_mask)
#undef pthread_sigmask