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: pthread_t


----- 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/


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