]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
If it's available, try to use clock_gettime(CLOCK_MONOTONIC) rather than
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 19 Mar 2005 19:02:53 +0000 (19:02 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 19 Mar 2005 19:02:53 +0000 (19:02 +0000)
commitf812865cebf4b947f49670d64ff19c388f82d505
tree495584c9b8bee6439256a84f666787a2bc533310
parent68d88605ae9da91af0d281f35e54545b0ef37d01
If it's available, try to use clock_gettime(CLOCK_MONOTONIC) rather than
gettimeofday(), since the former shouldn't warp when the user resets the clock.

[originally from svn r5528]
unix/uxmisc.c