poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / getrlimit.texi
blob5a29faac9816bc84dce603f1ae5dc8bbbff3e3fc
1 @node getrlimit
2 @section @code{getrlimit}
3 @findex getrlimit
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/getrlimit.html}
7 LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-getrlimit-1.html}
9 Gnulib module: ---
11 Portability problems fixed by Gnulib:
12 @itemize
13 @end itemize
15 Portability problems not fixed by Gnulib:
16 @itemize
17 @item
18 This function is missing on some platforms:
19 mingw, MSVC 14.
20 @item
21 On platforms where @code{rlim_t} is a 32-bit type, this function does not
22 allow to retrieve limits larger than 4 GB, such as for RLIMIT_FSIZE@.  The
23 fix is to use the @code{AC_SYS_LARGEFILE} macro.
24 @end itemize