]> git.eshelyaron.com Git - emacs.git/commit
Fix Gnus-related issues reported by David Kastrup <dak@gnu.org> in
authorDmitry Antipov <dmantipov@yandex.ru>
Mon, 28 Jul 2014 14:50:55 +0000 (18:50 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Mon, 28 Jul 2014 14:50:55 +0000 (18:50 +0400)
commit2daa203c3eb983433b86b841bf31d3e91bb51ab4
tree3e5c62bcf52d6ffea9254e6ce4f8a1393038d479
parentda41ffdd089b529c3d5216412d95840e065c3fe3
Fix Gnus-related issues reported by David Kastrup <dak@gnu.org> in
<http://lists.gnu.org/archive/html/emacs-devel/2014-07/msg00370.html>.
* atimer.c (timerfd_callback): Always read expiration data.
Add comment.
(turn_on_atimers) [HAVE_TIMERFD]: Disarm timerfd timer.
* process.c (add_timer_wait_descriptor): Add timer descriptor
to input_wait_mask and non_process_wait_mask as well.
src/ChangeLog
src/atimer.c
src/process.c