This is the mail archive of the cygwin mailing list for the Cygwin 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: windows specific code


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/


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