aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/process.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/process.c b/src/process.c
index 92200045022..4c47fc0e92a 100644
--- a/src/process.c
+++ b/src/process.c
@@ -3619,6 +3619,8 @@ FLAGS is the current flags of the interface. */)
3619#endif 3619#endif
3620#endif /* HAVE_SOCKETS */ 3620#endif /* HAVE_SOCKETS */
3621 3621
3622/* Turn off input and output for process PROC. */
3623
3622void 3624void
3623deactivate_process (proc) 3625deactivate_process (proc)
3624 Lisp_Object proc; 3626 Lisp_Object proc;