mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-10 23:43:44 +00:00
Formerly job.c.~83~
This commit is contained in:
parent
67516d5331
commit
6247727678
1 changed files with 2 additions and 0 deletions
2
job.c
2
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 ();
|
||||
|
|
Loading…
Reference in a new issue