diff options
author | Roland McGrath <roland@redhat.com> | 1992-10-12 21:58:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-10-12 21:58:54 +0000 |
commit | 62477276781b64cf5fa8ad5936844fbe04693517 (patch) | |
tree | f710aeb737e08813ed41d69a499b8b5bc95ed971 /job.c | |
parent | 67516d5331a03521edc39c9fb033bd8b37e2420d (diff) | |
download | gunmake-62477276781b64cf5fa8ad5936844fbe04693517.tar.gz |
Formerly job.c.~83~
Diffstat (limited to 'job.c')
-rw-r--r-- | job.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 (); |