Commit 36f1788762

frmdstryr <frmdstryr@protonmail.com>
2020-10-31 19:18:41
Add missing arg
1 parent c387f13
Changed files (1)
lib
std
event
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,