Mercurial > emacs
changeset 27669:5fddc840c29c
(Fopen_network_stream) [POLL_FOR_INPUT]: Register
unwind function to undo the effect of stopping atimers.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sat, 12 Feb 2000 13:12:17 +0000 |
parents | be97ea826e95 |
children | cf2edc15eaa9 |
files | src/process.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/process.c Sat Feb 12 13:11:29 2000 +0000 +++ b/src/process.c Sat Feb 12 13:12:17 2000 +0000 @@ -1835,6 +1835,7 @@ Some kernels have a bug which causes retrying connect to fail after a connect. Polling can interfere with gethostbyname too. */ #ifdef POLL_FOR_INPUT + record_unwind_protect (unwind_stop_other_atimers, Qnil); bind_polling_period (10); #endif