poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / setrlimit.texi
blob8559d9ed578e805db7acba0417b6f5ba460d0cc6
1 @node setrlimit
2 @section @code{setrlimit}
3 @findex setrlimit
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/setrlimit.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 Minix 3.1.8, mingw, MSVC 14.
20 @item
21 On platforms where @code{rlim_t} is a 32-bit type, this function does not
22 allow to set limits larger than 4 GB, such as for RLIMIT_FSIZE@.  The fix is
23 to use the @code{AC_SYS_LARGEFILE} macro.
24 @end itemize