summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/uClibc-0.9.29-fix-gethostent_r-failure-retval.patch
Commit message (Collapse)AuthorAgeFilesLines
* toolchain/uClibc: remove 0.9.29, mark 0.9.30 as deprecatedPeter Korsgaard2011-07-041-12/+0
| | | | | | | 0.9.29 doesn't seem to build anymore with the toolchain versions in BR and is very old, so remove it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Re-create patches for released 0.9.29 version."Steven J. Hill"2007-05-101-5/+4
|
* - proposed fix for gethostent_r: if no host was found, return HOST_NOT_FOUND ↵Bernhard Reutner-Fischer2007-02-051-0/+13
instead of garbage.