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

@@ -3,7 +3,7 @@ const builtin = @import("builtin");
const io = std.io;
const fs = std.fs;
const process = std.process;
const ChildProcess = std.ChildProcess;
const ChildProcess = std.process.Child;
const Progress = std.Progress;
const print = std.debug.print;
const mem = std.mem;