diff --git a/src/runtime/uv/dns.cpp b/src/runtime/uv/dns.cpp index d49a6a4e90..02ab27bdbd 100644 --- a/src/runtime/uv/dns.cpp +++ b/src/runtime/uv/dns.cpp @@ -173,7 +173,7 @@ extern "C" LEAN_EXPORT lean_obj_res lean_uv_dns_get_name(b_obj_arg addr) { #else // Std.Internal.IO.Async.DNS.getAddrInfo (host service : @& String) (family : UInt8) : IO (IO.Promise (Except IO.Error (Array IPAddr))) -extern "C" LEAN_EXPORT lean_obj_res lean_uv_dns_get_info(b_obj_arg name, b_obj_arg service, uint8_t family, int8_t protocol) { +extern "C" LEAN_EXPORT lean_obj_res lean_uv_dns_get_info(b_obj_arg name, b_obj_arg service, uint8_t family) { lean_always_assert( false && ("Please build a version of Lean4 with libuv to invoke this.") );