Update sockets.c
This commit is contained in:
parent
dcf175b285
commit
543a83eb01
@ -240,10 +240,9 @@ tryget_socket(int s)
|
|||||||
struct lwip_sock *
|
struct lwip_sock *
|
||||||
lwip_tryget_socket(int s)
|
lwip_tryget_socket(int s)
|
||||||
{
|
{
|
||||||
return tryget_socket(s);
|
return tryget_socket(s);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allocate a new socket for a given netconn.
|
* Allocate a new socket for a given netconn.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user