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: Wed, 27 Oct 2004 18:35:36 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: windows specific code Message-ID: <20041027223536.GC5078@trixie.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <41801F47 DOT 3060406 AT breame DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41801F47.3060406@breame.com> User-Agent: Mutt/1.4.1i On Wed, Oct 27, 2004 at 11:20:55PM +0100, Colin JN Breame wrote: >Where does the windows specific code live for libc? > >e.g. > >newlib/libc/stdio/fopen.c: fopen calls _open_r >newlib/libc/reent/openr.c: _open_r calls _open > >where does _open live? egrep -w _open on the cygwin (not newlib) sources would undoubtedly be very instructive. -- 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/