]> git.eshelyaron.com Git - emacs.git/commit
Use 'timer_getoverrun' on Cygwin when possible
authorKen Brown <kbrown@cornell.edu>
Sun, 17 Feb 2019 17:10:26 +0000 (12:10 -0500)
committerKen Brown <kbrown@cornell.edu>
Mon, 18 Feb 2019 17:16:06 +0000 (12:16 -0500)
commiteccfdaff5b52e1fadbaf2fbbb6c1366a7addf377
treed557ecc6a8e1825b2185c8cbd4d20d1b19428bd9
parent2ede38ce4bf336c573450c61a2e9a41fb7ebe1be
Use 'timer_getoverrun' on Cygwin when possible

* configure.ac: Add a check for the 'timer_getoverrun' function.

* src/profiler.c [CYGWIN] : Define 'timer_getoverrun' as a
macro only on versions of Cygwin where it is not already
defined as a function.
configure.ac
src/profiler.c