summaryrefslogtreecommitdiff
path: root/doc/posix-headers/sys_resource.texi
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-08-19 21:36:21 -0600
committerEric Blake <ebb9@byu.net>2008-08-19 21:36:21 -0600
commitae3a0d62f26d8156b403e40d6007475006f3136f (patch)
tree95ff2c0d74854f072ad8906117b94d65fd541ba1 /doc/posix-headers/sys_resource.texi
parentb6d87f536521a59758453d8dbd071e7cd6efc39d (diff)
downloadgnulib-ae3a0d62f26d8156b403e40d6007475006f3136f.tar.gz
test-c-stack: fix compilation failure on FreeBSD 5.0
* tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite headers before <sys/resource.h>. * doc/posix-headers/sys_resource.texi (sys/resource.h): Document the bug. Reported by Nelson H. F. Beebe. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'doc/posix-headers/sys_resource.texi')
-rw-r--r--doc/posix-headers/sys_resource.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/posix-headers/sys_resource.texi b/doc/posix-headers/sys_resource.texi
index e6f387fd9a..53d74ca331 100644
--- a/doc/posix-headers/sys_resource.texi
+++ b/doc/posix-headers/sys_resource.texi
@@ -12,6 +12,11 @@ Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
@itemize
@item
+On some platforms, this header file requires that <sys/types.h> and
+<sys/time.h> already be included:
+FreeBSD 5.0.
+
+@item
This header file is missing on some platforms:
mingw.
@end itemize