]> granicus.if.org Git - libevent/commit
Check CLOCK_MONOTONIC_* at runtime if needed.
authorNick Mathewson <nickm@torproject.org>
Mon, 19 Aug 2013 14:11:21 +0000 (10:11 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 19 Aug 2013 14:14:43 +0000 (10:14 -0400)
commit911abf3dd28672d12e6e7cc33137d66a2c85021b
treea191b91a62a5d0c08f690b09f5e271ca259894eb
parent3807a30b03ab42f2f503f2db62b1ef5876e2be80
Check CLOCK_MONOTONIC_* at runtime if needed.

(We need this to avoid compile errors on cygwin.  Fixes github issue
75.)
evutil_time.c