davidxu 2008-03-21 02:31:56 UTC
FreeBSD src repository
Modified files:
lib/libthr/thread thr_rtld.c
Log:
Resolve __error()'s PLT early so that it needs not to be resolved again,
otherwise rwlock is recursivly called when signal happens and the __error
was never resolved before.
Revision Changes Path
1.6 +3 -0 src/lib/libthr/thread/thr_rtld.c