uClibc: fix errno access in pthreads (#8166, #8177) Reading errno within pthreads...
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)
commit7972cc4a7f9f9aff2add597a455d08f6749df2c0
tree16010e1b8e9cdeeee5c5a08666ce05e3e1f0d535
parent20b2a4417affc2d85e6c0eba48f19edcdb54c359
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]