From 4b091cfc2af1dde6018aa452ab025b87a69855db Mon Sep 17 00:00:00 2001 From: goldsimon Date: Wed, 1 Feb 2017 10:09:37 +0100 Subject: [PATCH] Fix comment on lwip_shutdown() (it's not unimplemented any more) --- src/api/sockets.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/api/sockets.c b/src/api/sockets.c index 0d0a1fa1..d4ddb76a 100644 --- a/src/api/sockets.c +++ b/src/api/sockets.c @@ -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)