Just checking, which systems do we support do not have CLOCK_MONOTONIC
(emulated or otherwise).
We already emulate it with mach_absolute_time() and times(), so
I'd like to remove the defined? checks from stdlib if possible.
Thanks.
ref: https://bugs.ruby-lang.org/issues/11124