std: restructure child process namespace

This commit is contained in:
Andrew Kelley
2024-05-23 11:25:41 -07:00
parent 793f820b39
commit f47824f24d
24 changed files with 2048 additions and 2048 deletions

View File

@@ -1106,7 +1106,7 @@ fn processOneTarget(job: Job) anyerror!void {
}),
};
const child_result = try std.ChildProcess.run(.{
const child_result = try std.process.Child.run(.{
.allocator = arena,
.argv = &child_args,
.max_output_bytes = 400 * 1024 * 1024,