feat(lwip): add shutdown to socket_mt

This commit is contained in:
Dong Heng
2020-04-20 17:42:00 +08:00
parent faae0a99b6
commit 86917bc896

View File

@ -769,7 +769,7 @@ int lwip_fcntl(int s, int cmd, int val)
int lwip_shutdown(int s, int how)
{
return 0;
return lwip_shutdown_esp(s, how);
}
int lwip_close(int s)