diff options
author | Karsten Blees <blees@dcon.de> | 2018-10-23 03:23:21 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-10-24 13:18:14 +0900 |
commit | d75e6973539f1f99561ae6f42a81f024497e3dfa (patch) | |
tree | 79b005112f9282155e2bd2fcfb8f78f8d673344c /commit-reach.c | |
parent | mingw: factor out code to set stat() data (diff) | |
download | tgif-d75e6973539f1f99561ae6f42a81f024497e3dfa.tar.xz |
mingw: 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.
This allows us also to implement some clever code to handle pipes and
character devices in our own way.
Signed-off-by: Karsten Blees <blees@dcon.de>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-reach.c')
0 files changed, 0 insertions, 0 deletions