poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / times.texi
blob3a66f788d728d2ffe22d1f273677aa469913b166
1 @node times
2 @section @code{times}
3 @findex times
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/times.html}
7 Gnulib module: times
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 mingw, MSVC 14.
14 @end itemize
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
19 There is no function on Windows to measure consumed process child
20 times, thus the @code{tms_cutime} and @code{tms_cstime} will always be
21 0 when the module is used.
22 @end itemize