| author | |
| committer | |
| log | 005e869abdd5a487531c47abfc82436b870ff0d8 |
| tree | ff4c1f1c0468d81a5cdb5460e9cf3953296a2846 |
| parent | c98b020ce29467e80217718e0a1856b7fccd6b53 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/net.zig+1-1| ... | @@ -816,7 +816,7 @@ pub fn getAddressList(allocator: mem.Allocator, name: []const u8, port: u16) !*A | ... | @@ -816,7 +816,7 @@ pub fn getAddressList(allocator: mem.Allocator, name: []const u8, port: u16) !*A |
| 816 | 816 | ||
| 817 | return result; | 817 | return result; |
| 818 | } | 818 | } |
| 819 | @compileError("std.net.getAddresses unimplemented for this OS"); | 819 | @compileError("std.net.getAddressList unimplemented for this OS"); |
| 820 | } | 820 | } |
| 821 | 821 | ||
| 822 | const LookupAddr = struct { | 822 | const LookupAddr = struct { |