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,
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