Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test for CLOCK_MONOTONIC support
Instead of always using CLOCK_MONOTONIC, use POSIX feature testing to determine support at compile-time, or if necessary at run-time using sysconf. If not supported, falls back to CLOCK_REALTIME.
- Loading branch information