2 @section @file{sys/resource.h}
4 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_resource.h.html}
6 Gnulib module: sys_resource-h
9 Portability problems fixed by Gnulib:
12 This header file is missing on some platforms:
15 On some platforms, this header file requires that <sys/types.h> and
16 <sys/time.h> already be included:
19 On some platforms, this header file does not define the @code{RUSAGE_SELF} and
20 @code{RUSAGE_CHILDREN} constants:
24 Portability problems not fixed by Gnulib:
27 On some platforms, this header does not define some or all of the
28 symbolic constants required by POSIX@. For example, OpenVMS and Android do
29 not define @code{RLIM_SAVED_CUR} or @code{RLIM_SAVED_MAX}.