On 21 Feb 2006, at 20:38, Ian Collins wrote:

I was looking up the internals of pthread_mutex_lock, which calls WaitForSingleObject. This symbol isn't found....


WaitForSingleObject() is a Windows function which I guess you're unlikely to find in Solaris :-) [Look just above the def. of pthread_mutex_init() in open.c and you'll notice the #ifdef _WINDOWS]

--
Paul Durrant

Attachment: PGP.sig
Description: This is a digitally signed message part

_______________________________________________
opensolaris-code mailing list
[email protected]
https://opensolaris.org:444/mailman/listinfo/opensolaris-code

Reply via email to