diff options
Diffstat (limited to 'src/atimer.c')
| -rw-r--r-- | src/atimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atimer.c b/src/atimer.c index 0abd6c19c3a..0a43797756c 100644 --- a/src/atimer.c +++ b/src/atimer.c | |||
| @@ -419,7 +419,7 @@ timerfd_callback (int fd, void *arg) | |||
| 419 | else if (nbytes < 0) | 419 | else if (nbytes < 0) |
| 420 | /* For some not yet known reason, we may get weird event and no | 420 | /* For some not yet known reason, we may get weird event and no |
| 421 | data on timer descriptor. This can break Gnus at least, see: | 421 | data on timer descriptor. This can break Gnus at least, see: |
| 422 | http://lists.gnu.org/archive/html/emacs-devel/2014-07/msg00503.html. */ | 422 | https://lists.gnu.org/archive/html/emacs-devel/2014-07/msg00503.html. */ |
| 423 | eassert (errno == EAGAIN); | 423 | eassert (errno == EAGAIN); |
| 424 | else | 424 | else |
| 425 | /* I don't know what else can happen with this descriptor. */ | 425 | /* I don't know what else can happen with this descriptor. */ |