Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Tue, 26 Aug 2003 09:47:22 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com, newlib AT sources DOT redhat DOT com Subject: Re: How to use __DYNAMIC_REENT__ correctly in multithreaded applications? Message-ID: <20030826074722.GQ7858@cygbert.vinschen.de> Mail-Followup-To: cygwin AT cygwin DOT com, newlib AT sources DOT redhat DOT com References: <3F40EC4D DOT 30704 AT gmx DOT net> <3F4134BF DOT 826C3690 AT redhat DOT com> <3F41CF80 DOT 1030909 AT gmx DOT net> <3F466995 DOT 9000904 AT redhat DOT com> <20030822193432 DOT GV7858 AT cygbert DOT vinschen DOT de> <3F4676A8 DOT 30904 AT redhat DOT com> <20030822202927 DOT GY7858 AT cygbert DOT vinschen DOT de> <3F4A5483 DOT 20306 AT redhat DOT com> <20030825191117 DOT GO7858 AT cygbert DOT vinschen DOT de> <3F4A8773 DOT 2090102 AT redhat DOT 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/