CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2013/12/12 01:12:08
Modified files: lib/csu/common_elf: crt0.c lib/librthread : rthread.c Log message: Fix static linking of libpthread: have crt0 invoke __init_tcb() if it's defined and we don't think ld.so has already done the TCB setup. ok and much discussion miod@