commit 36f1788762ef5584bd0ebf5cef85a99318230ac4 (tree) parent c387f1340f645fe322010a80e44c9dbfeae1a7eb Author: frmdstryr <frmdstryr@protonmail.com> Date: Sat, 31 Oct 2020 14:18:41 -0400 Add missing arg Diffstat:
| M | lib/std/event/loop.zig | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/std/event/loop.zig b/lib/std/event/loop.zig @@ -1273,6 +1273,7 @@ pub const Loop = struct { } pub fn recvfrom( + self: *Loop, sockfd: os.fd_t, buf: []u8, flags: u32,