CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2013/02/13 20:38:15
Modified files: lib/librthread : tcb.h rthread.c Log message: Make libpthread compatible with an ld.so that does TCB allocation: if the initial thread already has a TCB then don't override it, and if the _dl_allocate_tls() and _dl_free_tls() symbols exist then use them instead of malloc/free ok kettenis@