summaryrefslogtreecommitdiff
path: root/doc/posix-headers/sys_types.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix-headers/sys_types.texi')
-rw-r--r--doc/posix-headers/sys_types.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/posix-headers/sys_types.texi b/doc/posix-headers/sys_types.texi
index 6b6f14aa1c..7590e78695 100644
--- a/doc/posix-headers/sys_types.texi
+++ b/doc/posix-headers/sys_types.texi
@@ -27,6 +27,9 @@ avoid deprecation warnings from the versions in this header:
glibc 2.25.
@end itemize
+@xref{Avoiding the year 2038 problem}, for portability issues with
+@code{time_t}.
+
Portability problems not fixed by Gnulib:
@itemize
@item
@@ -35,6 +38,7 @@ are signed integer types that are wider than @code{long}:
glibc x32
@end itemize
-This module, together with the module @code{largefile}, also defines the type
+This module, together with the modules @code{largefile-required}
+or @code{largefile}, also defines the type
@code{off_t} to a 64-bit integer type on some platforms:
mingw, MSVC 14.