diff --git a/src/process.c b/src/process.c index acd2d0b08fe..3f93cd807eb 100644 --- a/src/process.c +++ b/src/process.c @@ -196,11 +196,12 @@ static Lisp_Object Vprocess_connection_type; #endif #endif /* SKTPAIR */ +/* These next two vars are non-static since sysdep.c uses them in the + emulation of `select'. */ /* Number of events of change of status of a process. */ -static int process_tick; - +int process_tick; /* Number of events for which the user or sentinel has been notified. */ -static int update_tick; +int update_tick; #include "sysselect.h"