Formerly job.c.~83~

This commit is contained in:
Roland McGrath 1992-10-12 21:58:54 +00:00
parent 67516d5331
commit 6247727678

2
job.c
View file

@ -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 ();