more cleanup

svn:r3347
This commit is contained in:
Roger Dingledine 2005-01-12 12:22:25 +00:00
parent bafb3e4a5b
commit abea142665

View File

@ -1194,7 +1194,7 @@ void handle_signals(int is_parent)
#ifdef SIGXFSZ #ifdef SIGXFSZ
SIGXFSZ, /* handle file-too-big resource exhaustion */ SIGXFSZ, /* handle file-too-big resource exhaustion */
#endif #endif
SIGCHLD, /* /* handle dns/cpu workers that exit */ SIGCHLD, /* handle dns/cpu workers that exit */
-1 }; -1 };
static struct event signal_events[16]; /* bigger than it has to be. */ static struct event signal_events[16]; /* bigger than it has to be. */
if (is_parent) { if (is_parent) {