diff --git a/lib/std/process.zig b/lib/std/process.zig index 66a82c4b1d..d7f6570e8b 100644 --- a/lib/std/process.zig +++ b/lib/std/process.zig @@ -307,8 +307,7 @@ pub const EnvMap = struct { else => std.BufMap, }; - /// Matches what BufMap uses for its internal HashMap Size - pub const Size = u32; + pub const Size = std.BufMap.BufMapHashMap.Size; const Self = @This();