Added FIXME -- the return value of times() has changed in Linux 2.6 -- what is it?

This commit is contained in:
Michael Kerrisk 2004-11-16 19:38:07 +00:00
parent 4c926acf03
commit 5775745fa4
1 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,8 @@ All times reported are in clock ticks.
returns the number of clock ticks that have elapsed since
an arbitrary point in the past. For Linux this point is
the moment the system was booted.
.\" FIXME In Linux 2.6, the arbitrary point no longer appears
.\" to be since system boot -- what is it then? MTK, Nov 04
This return value may overflow the possible range of type
.I clock_t.
On error, \fI(clock_t) \-1\fP is returned, and