X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org X-Trace: 107593270/mk-filter-3.mail.uk.tiscali.com/B2C/$b2c-THROTTLED-DYNAMIC/b2c-CUSTOMER-DYNAMIC-IP/79.66.11.8/None/johne53 AT tiscali DOT co DOT uk X-SBRS: None X-RemoteIP: 79.66.11.8 X-IP-MAIL-FROM: johne53 AT tiscali DOT co DOT uk X-MUA: Microsoft Outlook Express 6.00.2900.2180Produced By Microsoft MimeOLE V6.00.2900.2180 X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEAJDjKElPQgsI/2dsb2JhbACEa8lPgnw X-IronPort-AV: E=Sophos;i="4.33,653,1220223600"; d="scan'208";a="107593270" Message-ID: <002401c94d6c$14d80d40$4001a8c0@mycomputer> From: "John Emmas" To: References: <003a01c94d55$62193d70$4001a8c0 AT mycomputer> <492938E8 DOT 30603 AT sh DOT cvut DOT cz> <005901c94d64$d3462df0$4001a8c0 AT mycomputer> Subject: Re: pthread_t Date: Sun, 23 Nov 2008 13:04:55 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com ----- 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/