From: Roland McGrath Date: Mon, 12 Oct 1992 21:58:54 +0000 (+0000) Subject: Formerly job.c.~83~ X-Git-Tag: 3.70.2~570 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62477276781b64cf5fa8ad5936844fbe04693517;p=thirdparty%2Fmake.git Formerly job.c.~83~ --- diff --git a/job.c b/job.c index d049f753..4f83d801 100644 --- a/job.c +++ b/job.c @@ -121,8 +121,10 @@ extern int start_remote_job (), remote_status (); static char *sys_siglist[NSIG]; void init_siglist (); #else +#ifndef SYS_SIGLIST_DECLARED extern char *sys_siglist[]; #endif +#endif RETSIGTYPE child_handler (); static void free_child (), start_job_command ();