ProcessOptions: remove allowVfork field
This was removed in Lix 1f8b85786e
This commit is contained in:
@@ -85,7 +85,7 @@ struct Proc {
|
||||
}
|
||||
}
|
||||
},
|
||||
ProcessOptions{.allowVfork = false});
|
||||
ProcessOptions{});
|
||||
|
||||
to = std::move(toPipe.writeSide);
|
||||
from = std::move(fromPipe.readSide);
|
||||
|
||||
Reference in New Issue
Block a user