> From: Johannes Sixt <j.sixt@viscovery.net>
> Cc: Daniel Barkalow <barkalow@iabervon.org>,
raa.lkml@gmail.com,
>
Johannes.Schindelin@gmx.de,
ae@op5.se,
> Benoit SIGOURE <tsuna@lrde.epita.fr>,
> "git@vger.kernel.org >> Git Mailing List" <git@vger.kernel.org>,
> Make Windows <make-w32@gnu.org>
>
> Thanks to Marius Storm-Olsen we already have a stat replacement that's twice
> as fast as msvcrt's stat. I calls only one API function
> (GetFileAttributesEx, but of course I don't know what's going on under its
> hood), because we need only a small part of struct stat filled in correctly.