This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Check __GLIBC__ when using __SIGRTMIN in generic-morestack.c


"H.J. Lu" <hjl.tools@gmail.com> writes:

> On Wed, Dec 14, 2011 at 10:38 AM, Ian Lance Taylor <iant@google.com> wrote:
>> "H.J. Lu" <hongjiu.lu@intel.com> writes:
>>
>>> Since __SIGRTMIN is for the NPTL threading library, should we check
>>> __GLIBC__ instead of __linux__? ÂOtherwise, it fails to build with
>>> Bionic library on Android.
>>
>> This is OK. ÂBut please just fix the existing comment to say glibc
>> instead of Linux, or something like that. ÂNo need for the new FIXME
>> comment as far as I can see.
>>
>
> This is what I checked in.  Also OK for gcc-4_6-branch after a day or 2?

Sure.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]