[at][sal] Add query and unregistered protocol family functions

This commit is contained in:
chenyong
2018-08-24 20:39:10 +08:00
parent 0d737de882
commit 192b177518
7 changed files with 159 additions and 32 deletions

View File

@@ -38,6 +38,7 @@ int gethostbyname_r(const char *name, struct hostent *ret, char *buf,
{
return sal_gethostbyname_r(name, ret, buf, buflen, result, h_errnop);
}
RTM_EXPORT(gethostbyname_r);
void freeaddrinfo(struct addrinfo *ai)
{