diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-06-17 15:36:17 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-06-17 15:36:17 +0200 |
| commit | a65ece442687456aca5acaf51ed990d34b0e7cbe (patch) | |
| tree | 9d3e35f31e4d5bc59958a1e5ea4b6a53d0ebb2fd /core/net/dns_unix.odin | |
| parent | f3a52a632c2acea21202666e63670018ce1c0c45 (diff) | |
Allow `core:net` to be imported with `-default-to-panic-allocator`.
Diffstat (limited to 'core/net/dns_unix.odin')
| -rw-r--r-- | core/net/dns_unix.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/net/dns_unix.odin b/core/net/dns_unix.odin index e4336e410..351d26dbc 100644 --- a/core/net/dns_unix.odin +++ b/core/net/dns_unix.odin @@ -79,4 +79,4 @@ _get_dns_records_os :: proc(hostname: string, type: DNS_Record_Type, allocator : } return get_dns_records_from_nameservers(hostname, type, name_servers, host_overrides[:]) -} +}
\ No newline at end of file |