Re: stat64 and friends

2014-01-31 Thread Christopher Faylor
On Fri, Jan 31, 2014 at 01:24:52PM +0400, Pavel Fedin wrote: > Hello! > >> Sorry. Corinna is European. She runs on a Thursday/feline based >> timetable. > > You said - "SHE" ??? Corinna is a woman ? Main Cygwin maintainer is a lady >??? Really ? 1) Corinna isn't "main Cygwin maintainer". 2) Cor

RE: stat64 and friends

2014-01-31 Thread Pavel Fedin
Hello! > Sorry. Corinna is European. She runs on a Thursday/feline based > timetable. You said - "SHE" ??? Corinna is a woman ? Main Cygwin maintainer is a lady ??? Really ? P.S. Nothing really personal, just wanted to know, to be more careful maybe... Kind regards, Pavel Fedin Expert Engi

Re: stat64 and friends

2014-01-29 Thread Christopher Faylor
On Wed, Jan 29, 2014 at 09:51:38AM +0100, Csaba Raduly wrote: >On Wed, Jan 29, 2014 at 6:32 AM, Christopher Faylor wrote: >> On Wed, Jan 29, 2014 at 09:25:02AM +0400, Pavel Fedin wrote: >>> Hello! >>> >>> I'd like to complain about missing stat64() family of functions. >(snip) >>> >>> It's a bit p

Re: stat64 and friends

2014-01-29 Thread Csaba Raduly
On Wed, Jan 29, 2014 at 6:32 AM, Christopher Faylor wrote: > On Wed, Jan 29, 2014 at 09:25:02AM +0400, Pavel Fedin wrote: >> Hello! >> >> I'd like to complain about missing stat64() family of functions. (snip) >> >> It's a bit painful to add these definitions in the code here and there. >>AFAIK ev

Re: stat64 and friends

2014-01-28 Thread Christopher Faylor
On Wed, Jan 29, 2014 at 09:25:02AM +0400, Pavel Fedin wrote: > Hello! > > I'd like to complain about missing stat64() family of functions. Yes, i >know that under Cygwin i just need to use stat() instead. But may be we >should include something like this in our headers : >#define stat64 stat >#defi

stat64 and friends

2014-01-28 Thread Pavel Fedin
Hello! I'd like to complain about missing stat64() family of functions. Yes, i know that under Cygwin i just need to use stat() instead. But may be we should include something like this in our headers : #define stat64 stat #define lstat64 lstat #define fstat64 fstat ? It's a bit painful to ad