Files
git/compat
Karsten Blees cdbd4a0d67 Win32: replace MSVCRT's fstat() with a Win32-based implementation
fstat() is the only stat-related CRT function for which we don't have a
full replacement yet (and thus the only reason to stick with MSVCRT's
'struct stat' definition).

Fully implement fstat(), in preparation of implementing a POSIX 2013
compatible 'struct stat' with nanosecond-precision file times.

Signed-off-by: Karsten Blees <blees@dcon.de>
2017-05-09 22:39:03 +02:00
..
2016-01-04 09:51:33 -08:00
2017-01-23 11:02:34 -08:00