fixed bug #34592: lwip_gethostbyname_r uses nonstandard error value, removed those unused (nonstandard?) error values from arch.h

This commit is contained in:
Simon Goldschmidt
2011-10-18 20:56:08 +02:00
committed by goldsimon
parent a148e33c42
commit 935144b3a3
3 changed files with 5 additions and 22 deletions

View File

@@ -49,6 +49,10 @@ HISTORY
++ Bugfixes:
2011-10-18: Simon Goldschmidt
* arch.h, netdb.c: fixed bug #34592: lwip_gethostbyname_r uses nonstandard
error value
2011-10-18: Simon Goldschmidt
* opt.h: fixed default values of TCP_SNDLOWAT and TCP_SNDQUEUELOWAT for small
windows (bug #34176 select after non-blocking send times out)