poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / getrusage.texi
blob09d64c4c8828042ad17a8eaa579711a1412e9f53
1 @node getrusage
2 @section @code{getrusage}
3 @findex getrusage
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/getrusage.html}
7 Gnulib module: getrusage
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 Minix 3.1.8, mingw, MSVC 14.
14 @end itemize
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
19 Many platforms don't fill in all the fields of @code{struct rusage} with
20 meaningful values.
21 @end itemize