how was debate on _GNU_SOURCE resolved? can't find pthread_getattr_np

Nicholas Sherlock n.sherlock@gmail.com
Sun Mar 28 11:43:00 GMT 2010


On 28/03/2010 4:23 a.m., mike marchywka wrote:
> I'm now getting this error and don't seem to be able to find
> the getattr_np thing by grepping through includes,
>
> .../JavaScriptCore/runtime/Collector.cpp:683: error: `pthread_getattr_np' was not
>   declared in this scope

"_np" stand for "non-portable". You shouldn't expect to find these APIs 
anywhere except for the exact system the code was written for.

Cheers,
Nicholas Sherlock


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list