Skip to content

Commit b336a24

Browse files
committed
std.process.Child: c backend can also use clone3 now
1 parent f1b6729 commit b336a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/process/Child.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const native_os = builtin.os.tag;
1515
const Allocator = std.mem.Allocator;
1616
const ChildProcess = @This();
1717

18-
const use_clone = native_os == .linux and builtin.zig_backend != .stage2_c;
18+
const use_clone = native_os == .linux;
1919

2020
pub const Id = switch (native_os) {
2121
.windows => windows.HANDLE,

0 commit comments

Comments
 (0)