[net][sal/at] Add components C++ support

This commit is contained in:
chenyong
2018-08-27 09:56:41 +08:00
parent 192b177518
commit fc73538153
10 changed files with 61 additions and 5 deletions
@@ -738,7 +738,6 @@ struct hostent *sal_gethostbyname(const char *name)
{
return hst;
}
continue;
}
}
@@ -759,7 +758,6 @@ int sal_gethostbyname_r(const char *name, struct hostent *ret, char *buf,
{
return res;
}
continue;
}
}
@@ -796,7 +794,6 @@ int sal_getaddrinfo(const char *nodename,
{
return ret;
}
continue;
}
}