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:
c8484a6
)
Sun May 12 19:19:43 1996 Aaron Digulla <digulla@fh-konstanz.de>
author
Roland McGrath
<roland@redhat.com>
Mon, 13 May 1996 18:40:22 +0000
(18:40 +0000)
committer
Roland McGrath
<roland@redhat.com>
Mon, 13 May 1996 18:40:22 +0000
(18:40 +0000)
* job.h: No envp on Amiga
job.h
patch
|
blob
|
history
diff --git
a/job.h
b/job.h
index 82814aa013175e88dd7af00ec5f1332ecb743d47..abd7167ea7428363e911a92d13645462eb6c7f8d 100644
(file)
--- a/
job.h
+++ b/
job.h
@@
-58,7
+58,11
@@
extern int child_execute_job PARAMS ((char *argv, struct child *child));
#else
extern void child_execute_job PARAMS ((int stdin_fd, int stdout_fd, char **argv, char **envp));
#endif
+#ifdef _AMIGA
+extern void exec_command PARAMS ((char **argv));
+#else
extern void exec_command PARAMS ((char **argv, char **envp));
+#endif
extern unsigned int job_slots_used;