mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
fix regression on macos
This commit is contained in:
parent
3f4d0ecd7e
commit
1a1534ecb5
@ -664,7 +664,7 @@ pub const Loop = struct {
|
||||
const MacOsData = struct {
|
||||
kqfd: i32,
|
||||
final_kevent: posix.Kevent,
|
||||
kevents: posix.Kevent,
|
||||
kevents: []posix.Kevent,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user