bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pthread_sigmask() detected incorrectly on MinGW by configure


From: Paul Eggert
Subject: Re: pthread_sigmask() detected incorrectly on MinGW by configure
Date: Thu, 23 Apr 2015 03:11:29 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

Pavel Fedin wrote:
#define pthread_sigmask(H, S1, S2) 0

Any implementation that defines 'pthread_sigmask' only as a macro, and not as a function, doesn't conform to POSIX and we should be able to reject it at compile-time. Perhaps you can suggest a patch along those lines? That'd be better than hardwiring in particular operating systems known to be buggy.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]