summaryrefslogtreecommitdiff
path: root/toolchain/uClibc/patches-0.9.31/904-pthread_errno_fix.patch
AgeCommit message (Collapse)Author
2011-02-15uClibc: remove 0.9.30, 0.9.31nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25542 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-06[toolchain] uClibc: fix errno access in pthreads (#8166, #8177)jow
Reading errno within 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23905 3c298f89-4303-0410-b956-a3cf2f4a3e73