diff src/process.c @ 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 f99efd14b932
children 2c53eb482802
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