mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
libc/netdb: Fix nxstyle issue
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -77,7 +77,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
FAR struct hostent *gethostbyaddr(FAR const void *addr, socklen_t len, int type)
|
||||
FAR struct hostent *gethostbyaddr(FAR const void *addr,
|
||||
socklen_t len, int type)
|
||||
{
|
||||
int ret;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user