Merge branch 'upstream' into stable
[gnulib.git] / doc / posix-headers / sys_stat.texi
index 8fbfc06..6cfbe3d 100644 (file)
@@ -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: