X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-headers%2Fsys_stat.texi;h=6cfbe3d6070d3d046dbaf603bcc590e58a6b93e5;hb=9e1e9d8f3bac7fb52b026f0b628eb37d3a839097;hp=33c8683d224c5059393c16713603ede9e31768c9;hpb=080cbfcab5a4ddf2405c018aa7c7f95ac336a465;p=gnulib.git diff --git a/doc/posix-headers/sys_stat.texi b/doc/posix-headers/sys_stat.texi index 33c8683d2..6cfbe3d60 100644 --- a/doc/posix-headers/sys_stat.texi +++ b/doc/posix-headers/sys_stat.texi @@ -20,6 +20,10 @@ The functions @code{lstat} and @code{mkdir} are not declared on mingw. @item The macros @code{UTIME_NOW} and @code{UTIME_OMIT} are missing on some platforms. +@item +On some platforms, @code{struct stat} does not include @code{st_atim}, +@code{st_mtim}, or @code{st_ctim} members. Use the gnulib module +@samp{stat-time} for accessors to portably get at subsecond resolution. @end itemize Portability problems not fixed by Gnulib: