Sync times() with FreeBSD:
authorPeter Avalos <pavalos@theshell.com>
Sun, 15 Mar 2009 11:16:52 +0000 (01:16 -1000)
committerPeter Avalos <pavalos@theshell.com>
Tue, 7 Apr 2009 07:10:03 +0000 (21:10 -1000)
commit73266881ff3b5f5cecf1f57b155fc16566adff9e
tree70b16da421fce281370301b1e95879745ddac389
parentfa69c81bbdfb9fd189e4cc06d9ba25bdc90649db
Sync times() with FreeBSD:

* The times(3) function returns the number of CLK_TCKs since the
startup time, not since the UNIX Epoch.

* Make the returnvalue of times(3) insensitive to changes in wall-clock.
lib/libc/gen/times.3
lib/libc/gen/times.c