avoid some overlong lines from posix urls, etc.
[gnulib.git] / doc / posix-functions / times.texi
1 @node times
2 @section @code{times}
3 @findex times
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/times.html}
6
7 Gnulib module: times
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 mingw.
14 @end itemize
15
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