[toolchain] uClibc: fix errno access in pthreads (#8166, #8177)
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 6 Nov 2010 23:49:11 +0000 (23:49 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 6 Nov 2010 23:49:11 +0000 (23:49 +0000)
commit19af816023015524cf643a64b3291703fab28340
tree005183860aa36146bd11579254dca07dc60d5172
parentb59add4dfd36f5111b6df83a6981f19e6315c98d
[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]