diff --git a/lib/libc/net/name6.c b/lib/libc/net/name6.c index 8d7152ef5c61..9d2ceb1ef22b 100644 --- a/lib/libc/net/name6.c +++ b/lib/libc/net/name6.c @@ -342,7 +342,7 @@ _ghbyname(const char *name, int af, int flags, int *errp) } /* getipnodebyname() internal routine for multiple query(PF_UNSPEC) support. */ -struct hostent * +static struct hostent * _getipnodebyname_multi(const char *name, int af, int flags, int *errp) { struct hostent *hp;