[PATCH RESEND] Check whether pthread_sigmask is a simple macro

2015-05-31 Thread Pavel Fedin
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

Re: current darwin14 gnulib results

2015-05-31 Thread Pádraig Brady
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