pthread_t

John Emmas johne53@tiscali.co.uk
Mon Nov 24 08:26:00 GMT 2008


----- Original Message ----- 
From: "John Emmas"
Sent: 23 November 2008 12:12
Subject: Re: pthread_t
>
> this turned out to be due to the fact that the program is expecting
> 'pthread_t' and 'pthread_key_t' to be equivalent.
>
Oops - I gave you duff information.....  in fact, the program had (wrongly)
typedef'd an internal type from 'pthread_t' when I think it should really 
have been from 'pthread_key_t'.  Changing it to the correct type has
solved the problem.

Thanks

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



More information about the Cygwin mailing list