summaryrefslogtreecommitdiff
path: root/doc/posix-headers/sys_resource.texi
diff options
context:
space:
mode:
authorJohn E. Malmberg <wb8tyw@gmail.com>2017-07-15 17:30:13 +0200
committerBruno Haible <bruno@clisp.org>2017-07-15 17:30:13 +0200
commit4abebc63f37ace44eb24044b2656c6d18571a8ee (patch)
tree31d21f6a8ae2da2781ea66cff80f1512396360bd /doc/posix-headers/sys_resource.texi
parent9d63a16e7f8a86cf91e7aa2ba529e1416112f5c7 (diff)
downloadgnulib-4abebc63f37ace44eb24044b2656c6d18571a8ee.tar.gz
sys_resource: Add support for OpenVMS.
* lib/resource.in.h [__VMS]: Define RUSAGE_SELF, RUSAGE_CHILDREN. * doc/posix-headers/sys_resource.texi: Mention OpenVMS issues.
Diffstat (limited to 'doc/posix-headers/sys_resource.texi')
-rw-r--r--doc/posix-headers/sys_resource.texi8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/posix-headers/sys_resource.texi b/doc/posix-headers/sys_resource.texi
index 489a6625a5..e70223b4bb 100644
--- a/doc/posix-headers/sys_resource.texi
+++ b/doc/posix-headers/sys_resource.texi
@@ -14,12 +14,16 @@ mingw, MSVC 14.
On some platforms, this header file requires that <sys/types.h> and
<sys/time.h> already be included:
FreeBSD 5.0.
+@item
+On some platforms, this header file does not define the @code{RUSAGE_SELF} and
+@code{RUSAGE_CHILDREN} constants:
+OpenVMS.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
On some platforms, this header does not define some or all of the
-symbolic constants required by POSIX@. For example, Android does not
-define @code{RLIM_SAVED_CUR} or @code{RLIM_SAVED_MAX}.
+symbolic constants required by POSIX@. For example, OpenVMS and Android do
+not define @code{RLIM_SAVED_CUR} or @code{RLIM_SAVED_MAX}.
@end itemize