summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-10-12 21:58:54 +0000
committerRoland McGrath <roland@redhat.com>1992-10-12 21:58:54 +0000
commit62477276781b64cf5fa8ad5936844fbe04693517 (patch)
treef710aeb737e08813ed41d69a499b8b5bc95ed971 /job.c
parent67516d5331a03521edc39c9fb033bd8b37e2420d (diff)
downloadgunmake-62477276781b64cf5fa8ad5936844fbe04693517.tar.gz
Formerly job.c.~83~
Diffstat (limited to 'job.c')
-rw-r--r--job.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/job.c b/job.c
index d049f75..4f83d80 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 ();