commit | 94396b7f06f512a0acb230640d7f703fb802a9ee | [log] [download] |
---|---|---|
author | Darren Tucker <dtucker@zip.com.au> | Thu Aug 08 11:52:37 2013 +1000 |
committer | Darren Tucker <dtucker@zip.com.au> | Thu Aug 08 11:52:37 2013 +1000 |
tree | 1b4dd673bcbfe9acd5d08e4e1ae44e06ff86e379 | |
parent | a5a3cbfa0fb8ef011d3e7b38910a13f6ebbb8818 [diff] |
- (dtucker) [misc.c] Fall back to time(2) at runtime if clock_gettime( CLOCK_MONOTONIC...) fails. Some older versions of RHEL have the CLOCK_MONOTONIC define but don't actually support it. Found and tested by Kevin Brott, ok djm.