From: Gerd Moellmann Date: Sat, 12 Feb 2000 13:12:17 +0000 (+0000) Subject: (Fopen_network_stream) [POLL_FOR_INPUT]: Register X-Git-Tag: emacs-pretest-21.0.90~5045 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4cf3fa08185cec62f34aaf32c7954a11ae9517ef;p=emacs.git (Fopen_network_stream) [POLL_FOR_INPUT]: Register unwind function to undo the effect of stopping atimers. --- diff --git a/src/process.c b/src/process.c index 9fe2c5af942..dab701a9e7f 100644 --- a/src/process.c +++ b/src/process.c @@ -1835,6 +1835,7 @@ Fourth arg SERVICE is name of the service desired, or an integer\n\ 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