summaryrefslogtreecommitdiff
path: root/doc/posix-functions/getrlimit.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix-functions/getrlimit.texi')
-rw-r--r--doc/posix-functions/getrlimit.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/posix-functions/getrlimit.texi b/doc/posix-functions/getrlimit.texi
index 5a29faac98..d091fc8f9b 100644
--- a/doc/posix-functions/getrlimit.texi
+++ b/doc/posix-functions/getrlimit.texi
@@ -10,6 +10,10 @@ Gnulib module: ---
Portability problems fixed by Gnulib:
@itemize
+@item
+On platforms where @code{rlim_t} is a 32-bit type, this function does not
+allow to retrieve limits larger than 4 GiB and larger,
+such as for RLIMIT_FSIZE@. @xref{Large File Support}.
@end itemize
Portability problems not fixed by Gnulib:
@@ -17,8 +21,4 @@ Portability problems not fixed by Gnulib:
@item
This function is missing on some platforms:
mingw, MSVC 14.
-@item
-On platforms where @code{rlim_t} is a 32-bit type, this function does not
-allow to retrieve limits larger than 4 GB, such as for RLIMIT_FSIZE@. The
-fix is to use the @code{AC_SYS_LARGEFILE} macro.
@end itemize