This is the mail archive of the
cygwin@cygwin.com
mailing list for the Cygwin project.
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.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/