delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin-developers/2001/03/20/20:10:28

Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-developers-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin-developers/>
List-Post: <mailto:cygwin-developers AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-developers-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
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
Date: Wed, 21 Mar 2001 11:57:52 +1100
X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0
Message-ID: <EA18B9FA0FE4194AA2B4CDB91F73C0EF02E271@itdomain002.itdomain.net.au>
Thread-Topic: pthread_kill prototype
Thread-Index: AcCxn/wRTds6HuwnQtSFNsbDpnHh8wAAR0FA
From: "Robert Collins" <robert DOT collins AT itdomain DOT com DOT au>
To: <cygwin-developers AT cygwin DOT com>
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019