forked from lix-project/nix-eval-jobs
ProcessOptions: remove allowVfork field
This was removed in Lix 1f8b85786eed623319e5c71a5341b15e3006f870
This commit is contained in:
parent
14e4308346
commit
c1ee00bf7c
|
@ -85,7 +85,7 @@ struct Proc {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
ProcessOptions{.allowVfork = false});
|
ProcessOptions{});
|
||||||
|
|
||||||
to = std::move(toPipe.writeSide);
|
to = std::move(toPipe.writeSide);
|
||||||
from = std::move(fromPipe.readSide);
|
from = std::move(fromPipe.readSide);
|
||||||
|
|
Loading…
Reference in a new issue