aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/patches-0.9.31/904-pthread_errno_fix.patch
Commit message (Collapse)AuthorAgeFilesLines
* uClibc: remove 0.9.30, 0.9.31Felix Fietkau2011-02-151-18/+0
| | | | SVN-Revision: 25542
* uClibc: fix errno access in pthreads (#8166, #8177) Reading errno within ↵Jo-Philipp Wich2010-11-061-0/+18
pthreads always resulted in 0 breaking various programs like transmission and collectd. This patch is not 100% thread safe but it brings back threading into a usable state for now. SVN-Revision: 23905