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

This commit is contained in:
goldsimon 2017-02-01 10:09:37 +01:00
parent 48d2243845
commit 4b091cfc2a

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)