ProcessOptions: remove allowVfork field

This was removed in Lix 1f8b85786e
This commit is contained in:
Linus Heckemann
2024-04-15 19:30:56 +02:00
parent 14e4308346
commit c1ee00bf7c
+1 -1
View File
@@ -85,7 +85,7 @@ struct Proc {
}
}
},
ProcessOptions{.allowVfork = false});
ProcessOptions{});
to = std::move(toPipe.writeSide);
from = std::move(fromPipe.readSide);