mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
libc/netdb: Replace get_errno with errno
and fix the typo error Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> Change-Id: I51e2e4dbdb46fea89f4e18a41d99b943b03cedab
This commit is contained in:
@@ -105,7 +105,7 @@ static struct dns_cache_s g_dns_cache[CONFIG_NETDB_DNSCLIENT_ENTRIES];
|
||||
* Name: dns_save_answer
|
||||
*
|
||||
* Description:
|
||||
* Same the last resolved hostname in the DNS cache
|
||||
* Save the last resolved hostname in the DNS cache
|
||||
*
|
||||
* Input Parameters:
|
||||
* hostname - The hostname string to be cached.
|
||||
|
||||
Reference in New Issue
Block a user