This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to use __DYNAMIC_REENT__ correctly in multithreaded applications?


On Mon, Aug 25, 2003 at 06:02:27PM -0400, J. Johnston wrote:
> Corinna Vinschen wrote:
> >struct __stat64 is guarded by an #ifdef __INSIDE_CYGWIN__.
> >
> >You must either #define __INSIDE_CYGWIN__ or
> >winsup/cygwin/include/cygwin/stat.h must change to
> >
> >  #if defined (__INSIDE_CYGWIN__) || defined (_COMPILING_NEWLIB)

I've checked this in.
 
> If you are willing to make the change on the Cygwin side, let me know and I 
> will change the
> newlib code.

Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]