GNULib's pthread_sigmask() is configured and builds incorrectly on MinGW64.
Configure
script detects it as
present, and this is technically correct, but:
--- cut ---
/* Windows has rudimentary signals support. */
#define pthread_sigmask(H, S1, S2) 0
--- cut ---
(see
http://sourceforge.net/p/min
On 31/05/15 18:50, Jack Howarth wrote:
> Pádraig,
> Here on x86_64-apple-darwin14, testing current gnulib git with...
>
> GNULIB_CHECKOUT=`pwd`
> ${GNULIB_CHECKOUT}/gnulib-tool --create-testdir --dir=/tmp/testdir
> --with-tests --single-configure $(${GNULIB_CHECKOUT}/posix-modules)
>
> then