This is the mail archive of the cygwin@cygwin.com 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: Question about large file support


On Sun, Aug 17, 2003 at 07:24:14AM -0700, ColinB wrote:
> I believe that large file support is in version 1.5.0 of Cygwin but

Yes.

> Are there separate 64-bit versions of fopen/fseek/... called
> fopen64/fseek64 as on some platforms, or is there some sort of

No.

> "transparent" support where you can continue to use fopen/fclose?

Yes.

> And what is the integer type you need to pass into fseek/fseek64 to
> specify 64-bit file offsets?

fseek:  Only supports long, long is 32 bit.

lseek, fseeko: off_t.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
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/


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