CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/18 02:02:58
Modified files:
lib/librthread : rthread.c rthread.h rthread_fork.c
Log message:
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.
