This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib 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: [PATCH] Cygwin specific changes to allow 64bit file access [was Re: [PATCH] lseek64r.c: Change off64_t to __off64_t]


On Fri, Mar 07, 2003 at 11:32:33AM -0500, J. Johnston wrote:
> A couple of comments.
> 
> You should be using _off64_t instead of __off64_t for the lseek64r.c code
> so as to be consistent with its callers and to support multiple platforms.

Yes, you're right and that was what I originally intended.  Sorry.

> Why are you #ifdefing out the prototypes of the 64-bit functions?

These function's will never exist on Cygwin.  We will map calls to
fopen() to the function fopen64() but the function fopen64() itself
will not be exported by Cygwin.

Corinna

-- 
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.
mailto:vinschen at redhat dot com


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