projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67516d5
)
Formerly job.c.~83~
author
Roland McGrath
<roland@redhat.com>
Mon, 12 Oct 1992 21:58:54 +0000
(21:58 +0000)
committer
Roland McGrath
<roland@redhat.com>
Mon, 12 Oct 1992 21:58:54 +0000
(21:58 +0000)
job.c
patch
|
blob
|
history
diff --git
a/job.c
b/job.c
index
d049f75
..
4f83d80
100644
(file)
--- 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 ();