9.64 sys/resource.h ¶
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_resource.h.html
Gnulib module: sys_resource-h
Portability problems fixed by Gnulib:
- This header file is missing on some platforms:
mingw, MSVC 14.
- On some platforms, this header file requires that <sys/types.h> and
<sys/time.h> already be included:
FreeBSD 5.0.
- On some platforms, this header file does not define the
RUSAGE_SELF
and
RUSAGE_CHILDREN
constants:
OpenVMS.
Portability problems not fixed by Gnulib:
- On some platforms, this header does not define some or all of the
symbolic constants required by POSIX. For example, OpenVMS and Android do
not define
RLIM_SAVED_CUR
or RLIM_SAVED_MAX
.