bcd9cc53eafbaeb09c2cd1ac75321aa2edd1c917
[gnulib.git] / doc / posix-headers / sys_resource.texi
1 @node sys/resource.h
2 @section @file{sys/resource.h}
3
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_resource.h.html}
5
6 Gnulib module: ---
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @end itemize
11
12 Portability problems not fixed by Gnulib:
13 @itemize
14 @item
15 This header file is missing on some platforms:
16 mingw, MSVC 9.
17
18 @item
19 On some platforms, this header file requires that <sys/types.h> and
20 <sys/time.h> already be included:
21 FreeBSD 5.0.
22 @end itemize