[components][sal][at] netdb添加at_gethostbyname_r

This commit is contained in:
ryancw 2024-09-06 15:25:00 +08:00 committed by Meco Man
parent bac9812cf9
commit e9711d5640
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ static const struct sal_socket_ops at_socket_ops =
static const struct sal_netdb_ops at_netdb_ops =
{
at_gethostbyname,
NULL,
at_gethostbyname_r,
at_getaddrinfo,
at_freeaddrinfo,
};