CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/01 13:12:47
Modified files:
lib/libevent : event.c
Log message:
Require clock_gettime(CLOCK_MONOTONIC) and remove fallback code
If clock_gettime(CLOCK_MONOTONIC) fails here, something is really wrong.
Lots of userland already require it anyway. Removing the fallback code
means less code, less global state and less fiddling with the timeheap
internals.
ok nicm@ tedu@ tobias@ cheloha@
