]> git.meshlink.io Git - utcp/commitdiff
Use clock_gettime() instead of gettimeofday().
authorGuus Sliepen <guus@sliepen.org>
Sat, 28 Mar 2020 21:30:04 +0000 (22:30 +0100)
committerGuus Sliepen <guus@sliepen.org>
Sat, 28 Mar 2020 21:30:04 +0000 (22:30 +0100)
It is more portable, and allows reading out the monotonic clock. On some
systems it is also faster than gettimeofday().


No differences found