[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)
commitfae690fbc06c0913a6be88fbffd66fcbbac69f16
tree005183860aa36146bd11579254dca07dc60d5172
parent2ca125091d650183c4cb988d60af122831b2a36c
[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.

SVN-Revision: 23905
toolchain/uClibc/patches-0.9.31/904-pthread_errno_fix.patch [new file with mode: 0644]