mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-24 05:04:10 +08:00
[net][sal/at] Add components C++ support
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user