intprops: new macro INT_PROMOTE
[gnulib.git] / doc / posix-headers / sys_resource.texi
blobac4b90ae1713487423c7621b8a90127539585490
1 @node sys/resource.h
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
7 @mindex sys_resource-h
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This header file is missing on some platforms:
13 mingw, MSVC 14.
14 @item
15 On some platforms, this header file requires that <sys/types.h> and
16 <sys/time.h> already be included:
17 FreeBSD 5.0.
18 @item
19 On some platforms, this header file does not define the @code{RUSAGE_SELF} and
20 @code{RUSAGE_CHILDREN} constants:
21 OpenVMS.
22 @end itemize
24 Portability problems not fixed by Gnulib:
25 @itemize
26 @item
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}.
30 @end itemize