Merge branch 'master' of ssh://bonzini@git.sv.gnu.org/srv/git/gnulib
[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/susv3xbd/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 On some platforms, this header file requires that <sys/types.h> and
16 <sys/time.h> already be included:
17 FreeBSD 5.0.
18
19 @item
20 This header file is missing on some platforms:
21 mingw.
22 @end itemize