Fix debug-timer-check on systems without HAVE_TIMERFD
commitc4c531bbee86f45a18b2af168f705a3e53aa7327
authorEli Zaretskii <eliz@gnu.org>
Mon, 22 Jun 2015 16:11:45 +0000 (22 19:11 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 22 Jun 2015 16:11:45 +0000 (22 19:11 +0300)
treea1127582b2e5a62590934d9586b58468875272b5
parentfff0184e38342deedafd2ab0db7b51c692f461c7
Fix debug-timer-check on systems without HAVE_TIMERFD

* src/atimer.c (Fdebug_timer_check) [!HAVE_TIMERFD]: Actively run
the expired timers, since wait_reading_process_output doesn't.
(debug_timer_callback): Enlarge the tolerance to 20 msec.
src/atimer.c