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 content-class: urn:content-classes:message Subject: RE: pthread_kill prototype MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Date: Wed, 21 Mar 2001 11:57:52 +1100 X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0 Message-ID: Thread-Topic: pthread_kill prototype Thread-Index: AcCxn/wRTds6HuwnQtSFNsbDpnHh8wAAR0FA From: "Robert Collins" To: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id UAA02260 > -----Original Message----- > From: Christopher Faylor [mailto:cgf AT redhat DOT com] > Sent: Wednesday, March 21, 2001 11:43 AM > To: cygwin-developers AT cygwin DOT com > Subject: Re: pthread_kill prototype > > > On Wed, Mar 21, 2001 at 10:20:42AM +1100, Robert Collins wrote: > >http://sources.redhat.com/ml/cygwin/2001-03/msg01276.html > > Ah. I stopped reading all of the python nonense a long time ago. I > don't know anything about python and watching people continually > attempting to build it was excruciating. Same here.... but I realised that I had covered off the problems with the present functions AFAICT and was looking for a quick list of missing functions that have bugged people. So I figured I'd add to the misery :] > > I pretty much just kill any message that mentions python now. python anyone? :] > > >the definition in sys/signal.h is the posixly correct one. > > Then that's the one that we should be using. Just nuke the old > one. > > AFAICT, you're the first person to actually try to use the pthread > stuff and make it work correctly. If Cygwin's implementation > was wrong > then I don't see how any programs could be ported to it. > > cgf > Well someone may have done #ifdef __CYGWIN__ pthread_kill(&var,sig) #else pthread_kill(var,sig) #endif but at worst they just have to get rid of that unportable test and rebuild... I'll fix that up and start moving around types and so forth in the next patch... Rob