gnulib-tool.py: import mktemp
[gnulib.git] / doc / posix-headers / sys_resource.texi
blobe70223b4bb70b5d9e46db25b0b0e7b144b8c7ff5
1 @node sys/resource.h
2 @section @file{sys/resource.h}
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_resource.h.html}
6 Gnulib module: sys_resource
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 This header file is missing on some platforms:
12 mingw, MSVC 14.
13 @item
14 On some platforms, this header file requires that <sys/types.h> and
15 <sys/time.h> already be included:
16 FreeBSD 5.0.
17 @item
18 On some platforms, this header file does not define the @code{RUSAGE_SELF} and
19 @code{RUSAGE_CHILDREN} constants:
20 OpenVMS.
21 @end itemize
23 Portability problems not fixed by Gnulib:
24 @itemize
25 @item
26 On some platforms, this header does not define some or all of the
27 symbolic constants required by POSIX@.  For example, OpenVMS and Android do
28 not define @code{RLIM_SAVED_CUR} or @code{RLIM_SAVED_MAX}.
29 @end itemize