mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +08:00
Merge branch 'feature/add_shutdown_to_socket_mt' into 'release/v3.3'
feat(lwip): add shutdown to socket_mt See merge request sdk/ESP8266_RTOS_SDK!1365
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user