fix regression on macos

This commit is contained in:
Andrew Kelley 2018-07-09 17:16:06 -04:00
parent 3f4d0ecd7e
commit 1a1534ecb5

View File

@ -664,7 +664,7 @@ pub const Loop = struct {
const MacOsData = struct {
kqfd: i32,
final_kevent: posix.Kevent,
kevents: posix.Kevent,
kevents: []posix.Kevent,
};
};