This is the mail archive of the
cygwin-patches@cygwin.com
mailing list for the Cygwin project.
Re: cygwin/newlib types patchs
----- Original Message -----
From: "Christopher Faylor" <cgf@redhat.com>
To: <cygwin-patches@cygwin.com>
Sent: Thursday, March 22, 2001 1:09 AM
Subject: Re: cygwin/newlib types patchs
> On Wed, Mar 21, 2001 at 08:10:00PM +1100, Robert Collins wrote:
> > * include/cygwin/types.h: Add pthread_*_t typedefs for user code
and
> >for building cygwin.
>
> I'm not comfortable with adding a new file with such a generic name
here.
> Shouldn't this just be cygwin/pthread.h, or something?
>
> cgf
>
You're not adding. It was already there, just absolutely bare bones.
Corinna suggested that we include a cygwin/file for types that are
included into user apps via sys/types.h, but specific to newlib - that
file seemed most appropriate to me.
Rob