Remove maybeVfork
This commit is contained in:
parent
04170d06bf
commit
7911e4c27a
5 changed files with 4 additions and 18 deletions
|
|
@ -1083,7 +1083,7 @@ void LocalStore::startSubstituter(const Path & substituter, RunningSubstituter &
|
|||
|
||||
setSubstituterEnv();
|
||||
|
||||
run.pid = maybeVfork();
|
||||
run.pid = fork();
|
||||
|
||||
switch (run.pid) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue