Re: windows specific code

2004-10-27 Thread Christopher Faylor
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 o

Re: windows specific code

2004-10-27 Thread Brian Ford
On Wed, 27 Oct 2004, 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? winsup/cygwin/syscalls.cc -- Br

windows specific code

2004-10-27 Thread Colin JN Breame
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? Colin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com