On 04/15/2010 07:52 AM, Timo Teräs wrote: > It seems that 57e8823548ad6e65d33b2153edeb18fb0edc20e6 removed completely > sigtimedwait symbol from libc which is wrong. I hope there is not too > many other things like this. > > Apparently the libc_hidden_* macros actually make previously hidden > symbols visible globally (creates alias from __GI_* to *). This is > probably ancient confusion from times when gcc did not support > visibility attribute and hiding symbols was done using hacks like > this. > > This also adds attribute_hidden to the internal __sigtimedwait for > nptl case. > > Signed-off-by: Timo Teräs <[email protected]>
57e8823548ad6 was just a rebase commit, the actual change that introduced this bug is much older (you can look it up on the old_nptl branch) In any case, thanks for all your work. Applied. -Austin _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
