Re: Big checkin to allow 64bit file access

2002-02-25 Thread Corinna Vinschen
Btw., this introduces two new datatypes, defined by SUSv2 but not yet defined in newlib, blkcnt_t and blksize_t, both used in struct stat. I added the definition of these types to cygwin/include/cygwin/types.h not to trouble newlib for now. Corinna

Big checkin to allow 64bit file access

2002-02-25 Thread Corinna Vinschen
Hi, after Chris has tagged Cygwin for the 1.3.10 release, I've now applied the patches to allow 64 bit off_t. Basically it adds the datatypes needed and new function calls with trailing 64 as `lseek64', `stat64', etc. Additionally I renamed lstat to cygwin_lstat to circumvent a problem with lst