[toolchain] uClibc: fix errno access in pthreads (#8166, #8177)
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 6 Nov 2010 23:49:11 +0000 (23:49 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 6 Nov 2010 23:49:11 +0000 (23:49 +0000)
commita5fa9a2647abb068b44128163b3a966c6df094df
tree005183860aa36146bd11579254dca07dc60d5172
parent73d6e3b1817b309b3bfedfd560e5b373c43d5b6e
[toolchain] uClibc: fix errno access in pthreads (#8166, #8177)
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
toolchain/uClibc/patches-0.9.31/904-pthread_errno_fix.patch [new file with mode: 0644]