Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Fri, 16 Mar 2001 20:24:04 -0500 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com, cygwin-patches AT cygwin DOT com Subject: Re: pthread_cond* Message-ID: <20010316202404.A2512@redhat.com> Reply-To: cygwin-patches AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com, cygwin-patches AT cygwin DOT com References: <05e401c0ae24$e8194600$0200a8c0 AT lifelesswks> <20010316102348 DOT D11518 AT redhat DOT com> <007701c0ae6c$f174ab70$0200a8c0 AT lifelesswks> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <007701c0ae6c$f174ab70$0200a8c0@lifelesswks>; from robert.collins@itdomain.com.au on Sat, Mar 17, 2001 at 10:00:47AM +1100 On Sat, Mar 17, 2001 at 10:00:47AM +1100, Robert Collins wrote: >Take two - return value for TimedWait function. I've checked this in. Btw, there was something strange about the patch. Patch gave me errors about missing 'diff' headers when I tried to install it. Also, the ChangeLog was a little off. There is no reason to include cygwin/foo.cc in the cygwin/ChangeLog. foo.cc is correct. Also each entry should be a sentence. Thanks for the patch. I am very happy to see someone working on this stuff. Btw, is there any reason for the __pthread and pthread implementation? I wasn't involved in the original implementation and I've always wondered why the original authors tried to do things this way. cgf