summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
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 ();