Fix comment on lwip_shutdown() (it's not unimplemented any more)

(cherry picked from commit 4b091cfc2a)
This commit is contained in:
goldsimon 2017-02-01 10:09:37 +01:00
parent d6e8e05edd
commit faa7a21a83

View File

@ -1684,8 +1684,7 @@ again:
}
/**
* Unimplemented: Close one end of a full-duplex connection.
* Currently, the full connection is closed.
* Close one end of a full-duplex connection.
*/
int
lwip_shutdown(int s, int how)