Discussion:
src/winsup/cygwin ChangeLog cygheap.h cygserve ...
Eric Blake
2012-08-13 20:25:08 UTC
Permalink
* include/cygwin/stat.h (struct __stat64): Drop entirely in favor of
struct stat. Accommodate throughout Cygwin.
How close are we to having a 'struct stat' with room for 64-bit time_t?
--
Eric Blake eblake-H+wXaHxf7aLQT0dZR+***@public.gmane.org +1-919-301-3266
Libvirt virtualization library http://libvirt.org
Corinna Vinschen
2012-08-13 20:37:25 UTC
Permalink
Post by Eric Blake
* include/cygwin/stat.h (struct __stat64): Drop entirely in favor of
struct stat. Accommodate throughout Cygwin.
How close are we to having a 'struct stat' with room for 64-bit time_t?
You'll get it "for free" on 64 bit Cygwin since time_t is defined as long.

On 32 bit it requires a lot of backward compatibility changes which I'm
not comfortable anymore to put any development time into. SHTDI/PTC, as
usual.


Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Project Co-Leader cygwin AT cygwin DOT com
Red Hat
Loading...