comparison src/process.c @ 10548:dcae4394587d

(process_tick, update_tick): Make non-static.
author Karl Heuer <kwzh@gnu.org>
date Wed, 25 Jan 1995 02:02:37 +0000
parents 68b8191091a7
children 54a76e0b97ec
comparison
equal deleted inserted replaced
10547:8916eeebe860 10548:dcae4394587d
194 #ifndef HAVE_SOCKETS 194 #ifndef HAVE_SOCKETS
195 #include <sys/socket.h> 195 #include <sys/socket.h>
196 #endif 196 #endif
197 #endif /* SKTPAIR */ 197 #endif /* SKTPAIR */
198 198
199 /* These next two vars are non-static since sysdep.c uses them in the
200 emulation of `select'. */
199 /* Number of events of change of status of a process. */ 201 /* Number of events of change of status of a process. */
200 static int process_tick; 202 int process_tick;
201
202 /* Number of events for which the user or sentinel has been notified. */ 203 /* Number of events for which the user or sentinel has been notified. */
203 static int update_tick; 204 int update_tick;
204 205
205 #include "sysselect.h" 206 #include "sysselect.h"
206 207
207 /* If we support X Windows, turn on the code to poll periodically 208 /* If we support X Windows, turn on the code to poll periodically
208 to detect C-g. It isn't actually used when doing interrupt input. */ 209 to detect C-g. It isn't actually used when doing interrupt input. */