Fixed bug #31741: lwip_select seems to have threading problems

This commit is contained in:
goldsimon
2011-01-24 19:28:28 +00:00
parent effcb90fdf
commit 03be8f88fe
2 changed files with 43 additions and 42 deletions

View File

@@ -233,6 +233,9 @@ HISTORY
++ Bugfixes:
2011-01-24: Simon Goldschmidt
* sockets.c: Fixed bug #31741: lwip_select seems to have threading problems
2010-12-02: Simon Goldschmidt
* err.h: Fixed ERR_IS_FATAL so that ERR_WOULDBLOCK is not fatal.