c-strtof, c-strtod, c-strtold: Make multithread-safe.
[gnulib.git] / doc / windows-stat-timespec.texi
blobccd029e262bf3a41c13090426ea68d16be4e036c
1 @node Precise file timestamps on Windows
2 @section Precise file timestamps on Windows
4 The module @samp{windows-stat-timespec} ensures that,
5 on native Windows platforms, @code{struct stat} contains
6 @code{st_atim}, @code{st_mtim}, @code{st_ctim} fields of type
7 @code{struct timespec}, providing 100 ns resolution for the timestamps
8 of files.
10 Note: On some types of file systems, the timestamp resolution is limited
11 by the file system.  For example, on FAT file systems, @code{st_mtim}
12 only has a resolution of 2 seconds.  For more details, see
13 @url{https://docs.microsoft.com/en-us/windows/desktop/SysInfo/file-times}.