Reported by Tim Rühsen <tim.ruehsen@gmx.de>.
* lib/signal.in.h (pthread_sigmask): Don't declare it it's defined as a
macro.
+2018-01-04 Bruno Haible <bruno@clisp.org>
+
+ pthread_sigmask: Avoid compilation error on mingw.
+ Reported by Tim Rühsen <tim.ruehsen@gmx.de>.
+ * lib/signal.in.h (pthread_sigmask): Don't declare it it's defined as a
+ macro.
+
2018-01-03 Paul Eggert <eggert@cs.ucla.edu>
test-framework-sh: ‘ps -ef’, not ‘ps ef’
_GL_CXXALIAS_RPL (pthread_sigmask, int,
(int how, const sigset_t *new_mask, sigset_t *old_mask));
# else
-# if !@HAVE_PTHREAD_SIGMASK@
+# if !(@HAVE_PTHREAD_SIGMASK@ || defined pthread_sigmask)
_GL_FUNCDECL_SYS (pthread_sigmask, int,
(int how, const sigset_t *new_mask, sigset_t *old_mask));
# endif