Hash :
ae3a0d62
Author :
Date :
2008-08-19T21:36:21
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>
@node sys/resource.h
@section @file{sys/resource.h}
POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/resource.h.html}
Gnulib module: ---
Portability problems fixed by Gnulib:
@itemize
@end itemize
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