]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly job.c.~83~
authorRoland McGrath <roland@redhat.com>
Mon, 12 Oct 1992 21:58:54 +0000 (21:58 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 12 Oct 1992 21:58:54 +0000 (21:58 +0000)
job.c

diff --git a/job.c b/job.c
index d049f753080255fcde9e725792ade7916ff97a0a..4f83d801e6e08bd5e5c29d8373648d7aba4b2f7b 100644 (file)
--- 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 ();