Paul Durrant wrote:

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]

LOL! I'd better go and get my reading glasses! I hadn't noticed any windows code in there before...

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

Reply via email to