Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Tue, 26 Aug 2003 09:47:22 +0200
From: Corinna Vinschen <vinschen@redhat.com>
To: cygwin@cygwin.com, newlib@sources.redhat.com
Subject: Re: How to use __DYNAMIC_REENT__ correctly in multithreaded  applications?
Message-ID: <20030826074722.GQ7858@cygbert.vinschen.de>
Mail-Followup-To: cygwin@cygwin.com, newlib@sources.redhat.com
References: <3F40EC4D.30704@gmx.net> <3F4134BF.826C3690@redhat.com> <3F41CF80.1030909@gmx.net> <3F466995.9000904@redhat.com> <20030822193432.GV7858@cygbert.vinschen.de> <3F4676A8.30904@redhat.com> <20030822202927.GY7858@cygbert.vinschen.de> <3F4A5483.20306@redhat.com> <20030825191117.GO7858@cygbert.vinschen.de> <3F4A8773.2090102@redhat.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <3F4A8773.2090102@redhat.com>
User-Agent: Mutt/1.4.1i

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/

