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 15:17:15 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

On 04/23/2015 05:24 AM, Pavel Fedin wrote:
#ifdef pthread_sigmask
#error is a macro
#endif
That's a start, but it needs some more work. Implementations are allowed to define pthread_sigmask as a macro, but applications are allowed to "#undef pthread_sigmask" and the code should still work. (This is the same as for nearly every POSIX-specified function.)



reply via email to

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