aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorGerd Moellmann2000-02-12 13:12:17 +0000
committerGerd Moellmann2000-02-12 13:12:17 +0000
commit4cf3fa08185cec62f34aaf32c7954a11ae9517ef (patch)
treea0ffc1556ba686f2b0ed73b2b7300290aa04d011 /src/process.c
parent6fe007f7d1a39a005979f272ed4a4092a146b932 (diff)
downloademacs-4cf3fa08185cec62f34aaf32c7954a11ae9517ef.tar.gz
emacs-4cf3fa08185cec62f34aaf32c7954a11ae9517ef.zip
(Fopen_network_stream) [POLL_FOR_INPUT]: Register
unwind function to undo the effect of stopping atimers.
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c1
1 files changed, 1 insertions, 0 deletions
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\
1835 Some kernels have a bug which causes retrying connect to fail 1835 Some kernels have a bug which causes retrying connect to fail
1836 after a connect. Polling can interfere with gethostbyname too. */ 1836 after a connect. Polling can interfere with gethostbyname too. */
1837#ifdef POLL_FOR_INPUT 1837#ifdef POLL_FOR_INPUT
1838 record_unwind_protect (unwind_stop_other_atimers, Qnil);
1838 bind_polling_period (10); 1839 bind_polling_period (10);
1839#endif 1840#endif
1840 1841