X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-headers%2Fsys_stat.texi;h=6cfbe3d6070d3d046dbaf603bcc590e58a6b93e5;hb=2d4d7d9d00fe33b6f5291e00a30b6c1016775b74;hp=8fbfc069dfb25be6c2ca93765eab04892d1a8bbe;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-headers/sys_stat.texi b/doc/posix-headers/sys_stat.texi index 8fbfc069d..6cfbe3d60 100644 --- a/doc/posix-headers/sys_stat.texi +++ b/doc/posix-headers/sys_stat.texi @@ -17,6 +17,13 @@ Some platforms define macros, such as @code{S_ISDOOR}, that are not defined on other platforms. @item 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: