fixed bug #34580 fcntl() is missing in LWIP_COMPAT_SOCKETS

This commit is contained in:
goldsimon
2011-10-18 11:00:10 +02:00
parent 0da2bd7f62
commit 21f39082b7
2 changed files with 4 additions and 0 deletions

View File

@@ -49,6 +49,9 @@ HISTORY
++ Bugfixes:
2011-10-18: Simon Goldschmidt
* sockets.h: fixed bug #34580 fcntl() is missing in LWIP_COMPAT_SOCKETS
2011-10-17: Simon Goldschmidt
* api_msg.c: fixed bug #34569: shutdown(SHUT_WR) crashes netconn/socket api