Re: [PATCH RESEND] Check whether pthread_sigmask is a simple macro

2015-06-01 Thread Pádraig Brady
On 01/06/15 07:43, Pavel Fedin wrote: > 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,

[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