]> Savannah Git Hosting - gnulib.git/commit
pthread_sigmask: Fix compilation error with --enable-threads=windows.
authorBruno Haible <bruno@clisp.org>
Sat, 18 May 2019 12:36:33 +0000 (14:36 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 18 May 2019 12:36:33 +0000 (14:36 +0200)
commit64e905db05c32792c3f0e77ce271f65e77980a92
tree14be5ec42ac0d9ce49d8804aeb2663a56b1c568d
parent07fb4954db5032be9c61af7e014521efb6f7d207
pthread_sigmask: Fix compilation error with --enable-threads=windows.

Reported by Tim Rühsen in
<https://lists.gnu.org/archive/html/bug-gnulib/2018-01/msg00018.html>
and Michele Locati in
<https://lists.gnu.org/archive/html/bug-gettext/2019-04/msg00057.html>.

* m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Revert change from
2015-06-01. Test whether pthread_sigmask is a macro, regardless of
$LIBMULTITHREAD. Consider it regardless whether module 'threadlib' is
in use and regardless which threads API is chosen.
ChangeLog
m4/pthread_sigmask.m4