Re: [nptl] more stdout issues

2010-04-13 Thread Natanael Copa
2010/4/13 Timo Teräs timo.te...@iki.fi: It looks like no one bothered to implement the uClibc needed stdio locking initialization. It seems that only linuxthreads.old does this. So both linuxthreads.new and nptl seem to be broken wrt. stdio locking. ah. yes. I did not even try compile

linuxthreads.new: initialize stdio locking

2010-04-13 Thread Timo Teräs
uClibc requires the threading library to enable locking for stdio, or the locking is not done at all. Signed-off-by: Timo Teräs timo.te...@iki.fi -- Not compile tested either. Natanael, maybe you could test this too since you are using linuxthreads.new too. diff --git

Re: linuxthreads.new: initialize stdio locking

2010-04-13 Thread Natanael Copa
2010/4/13 Timo Teräs timo.te...@iki.fi: uClibc requires the threading library to enable locking for stdio, or the locking is not done at all. Signed-off-by: Timo Teräs timo.te...@iki.fi -- Not compile tested either. Natanael, maybe you could test this too since you are using