mirror of
https://github.com/ziglang/zig.git
synced 2025-02-15 09:00:16 +00:00
update function name in error
This commit is contained in:
parent
c98b020ce2
commit
005e869abd
@ -816,7 +816,7 @@ pub fn getAddressList(allocator: mem.Allocator, name: []const u8, port: u16) !*A
|
||||
|
||||
return result;
|
||||
}
|
||||
@compileError("std.net.getAddresses unimplemented for this OS");
|
||||
@compileError("std.net.getAddressList unimplemented for this OS");
|
||||
}
|
||||
|
||||
const LookupAddr = struct {
|
||||
|
Loading…
Reference in New Issue
Block a user