ld.so no longer needs or uses a bind lock, so stop setting it. This
authorguenther <guenther@openbsd.org>
Sun, 18 Oct 2015 08:02:58 +0000 (08:02 +0000)
committerguenther <guenther@openbsd.org>
Sun, 18 Oct 2015 08:02:58 +0000 (08:02 +0000)
commit5f82dc8b1e3b5ed668ae7d218e2087f63bc679e9
tree1d965c3a76b1388e54e450c473ad1d719150976d
parent7106cb6e8e53b4f2032cc12c7f0ca9c5d057e546
ld.so no longer needs or uses a bind lock, so stop setting it.  This
eliminates a chunk of complexity from the libpthread init and the fork
wrapper, as it was the bind lock that needed prebinding before use.
lib/librthread/rthread.c
lib/librthread/rthread.h
lib/librthread/rthread_fork.c