This is the mail archive of the cygwin mailing list for the Cygwin 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: how was debate on _GNU_SOURCE resolved? can't find pthread_getattr_np


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


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