summaryrefslogtreecommitdiff
path: root/job.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2010-07-12 05:23:19 +0000
committerPaul Smith <psmith@gnu.org>2010-07-12 05:23:19 +0000
commit4d92028c986c7f0ebdccd35510f0d86fc17f9ce1 (patch)
tree77cef333f84b6adaab888e6d79e56c4973f1dca0 /job.h
parentae2a6d59baea932c67287de446db0036f19d6c4e (diff)
downloadmake-4d92028c986c7f0ebdccd35510f0d86fc17f9ce1.tar.gz
Add the beginning of the .ONESHELL special feature.
Original patch by David Boyce. Modified by Paul Smith.
Diffstat (limited to 'job.h')
-rw-r--r--job.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/job.h b/job.h
index 4664e750..d4626f21 100644
--- a/job.h
+++ b/job.h
@@ -67,6 +67,7 @@ struct child
extern struct child *children;
+int is_bourne_compatible_shell(const char *path);
void new_job (struct file *file);
void reap_children (int block, int err);
void start_waiting_jobs (void);