| author | |
| committer | |
| log | 703df73f389dae88776caa3a0a026eb8acc7d8f4 |
| tree | f0a4b0373b640086cab7f128fd345c6cc272742e |
| parent | b5bd4946067d3796855e0b4b12219dfc28e15e8f |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Io/Kqueue.zig+1-1| ... | ... | @@ -169,7 +169,7 @@ pub fn init(k: *Kqueue, gpa: Allocator, options: InitOptions) !void { |
| 169 | 169 | errdefer gpa.free(allocated_slice); |
| 170 | 170 | k.* = .{ |
| 171 | 171 | .gpa = gpa, |
| 172 | .mutex = .{}, | |
| 172 | .mutex = .init, | |
| 173 | 173 | .main_fiber_buffer = undefined, |
| 174 | 174 | .threads = .{ |
| 175 | 175 | .allocated = @ptrCast(allocated_slice[0..threads_size]), |