CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2012/08/22 17:43:32
Modified files: lib/librthread : rthread.h rthread.c rthread_fork.c Log message: We want to check that the dynamic linker is available at run-time, so we should actually check for _DYNAMIC at run-time rather than checking for __PIC__ at compile time, since the two are actually independent. Problem and solution identified by guenther; minor tweaks by me. ok guenther