summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/job.h
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-05-12 14:43:32 +0000
committerharti <harti@FreeBSD.org>2005-05-12 14:43:32 +0000
commitdfdc1e0f672d6108333eb0feb0440d6386fa092b (patch)
tree333a37dae1e63e44336b219fdceb7cb3b67946f7 /usr.bin/make/job.h
parent00f50de80b1cf3480968e312fb7c6a2de7e02434 (diff)
downloadFreeBSD-src-dfdc1e0f672d6108333eb0feb0440d6386fa092b.zip
FreeBSD-src-dfdc1e0f672d6108333eb0feb0440d6386fa092b.tar.gz
Cleanup main(). Move catching SIGCHLD into job.c. Move unsetenv("ENV")
into job.c. Move retrieving of environment nearer to the place where it is actually used and invert the preprocessor conditionals to use positive logic. Submitted by: Max Okumoto <okumoto@ucsd.edu> (7.236)
Diffstat (limited to 'usr.bin/make/job.h')
-rw-r--r--usr.bin/make/job.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h
index fab68d8..0c85c01 100644
--- a/usr.bin/make/job.h
+++ b/usr.bin/make/job.h
@@ -70,6 +70,8 @@ int Job_Finish(void);
void Job_Wait(void);
void Job_AbortAll(void);
+void Proc_Init(void);
+
struct Buffer *Cmd_Exec(const char *, const char **);
void Compat_Run(struct Lst *);
OpenPOWER on IntegriCloud