authorgravatar for frmdstryr@protonmail.comfrmdstryr <frmdstryr@protonmail.com> 2020-10-31 14:18:41-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-11-01 15:40:42-05:00
log36f1788762ef5584bd0ebf5cef85a99318230ac4
tree52c55625fe3b63b12963fd5a009dc05036b3d00b
parentc387f1340f645fe322010a80e44c9dbfeae1a7eb

Add missing arg


1 files changed, 1 insertions(+), 0 deletions(-)

lib/std/event/loop.zig+1
...@@ -1273,6 +1273,7 @@ pub const Loop = struct {...@@ -1273,6 +1273,7 @@ pub const Loop = struct {
1273 }1273 }
12741274
1275 pub fn recvfrom(1275 pub fn recvfrom(
1276 self: *Loop,
1276 sockfd: os.fd_t,1277 sockfd: os.fd_t,
1277 buf: []u8,1278 buf: []u8,
1278 flags: u32,1279 flags: u32,