If it's available, try to use clock_gettime(CLOCK_MONOTONIC) rather than
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 19 Mar 2005 19:02:53 +0000 (19:02 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 19 Mar 2005 19:02:53 +0000 (19:02 +0000)
commit23193e2c5a4646c1dedf4c09a805d6fae7523a8e
tree495584c9b8bee6439256a84f666787a2bc533310
parent8136216bdb02b9f8cc3af159fced247084714536
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@5528 cda61777-01e9-0310-a592-d414129be87e
unix/uxmisc.c