summaryrefslogtreecommitdiff
path: root/doc/posix-headers/sys_stat.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix-headers/sys_stat.texi')
-rw-r--r--doc/posix-headers/sys_stat.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/posix-headers/sys_stat.texi b/doc/posix-headers/sys_stat.texi
index 78b423097b..afa3a1c912 100644
--- a/doc/posix-headers/sys_stat.texi
+++ b/doc/posix-headers/sys_stat.texi
@@ -37,12 +37,12 @@ Portability problems fixed by Gnulib module @code{sys_stat}, together with modul
On Windows platforms (excluding Cygwin), @code{st_ino} is always 0.
@end itemize
+@xref{Avoiding the year 2038 problem}, for portability issues with the
+@code{time_t} components of @code{struct stat}.
+
Portability problems not fixed by Gnulib:
@itemize
@item
-@xref{time.h}, for general portability problems with the
-@code{time_t} components of @code{struct stat}.
-@item
The macro @code{S_IFBLK} is missing on some platforms:
MSVC 14.
@item