pthread_sigmask: Work around IRIX bug.
authorBruno Haible <bruno@clisp.org>
Fri, 8 Jul 2011 23:37:58 +0000 (01:37 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 8 Jul 2011 23:37:58 +0000 (01:37 +0200)
commit29090434bf92407bb16b21e66a2bd5d36e1e7bd4
tree0b26a02c6b0c937a3b8cb404b0d13cf08727db99
parent43243b5fdcf1e0c0e016cabe190f1ab29b984871
pthread_sigmask: Work around IRIX bug.

* m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Test for the IRIX
bug.
* lib/pthread_sigmask.c (pthread_sigmask): usleep for some time when
there may be unblocked pending signals.
* doc/posix-functions/pthread_sigmask.texi: Mention the IRIX bug.
ChangeLog
doc/posix-functions/pthread_sigmask.texi
lib/pthread_sigmask.c
m4/pthread_sigmask.m4