DragonFly kernel List (threaded) for 2007-04
DragonFly BSD
DragonFly kernel List (threaded) for 2007-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: ideas about threading lib switching


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxx>
Date: Thu, 12 Apr 2007 07:36:48 +0200
Mail-followup-to: kernel@crater.dragonflybsd.org

On Wed, Apr 11, 2007 at 06:51:38PM +0200, Simon 'corecode' Schubert wrote:
> Have a generic "proxy" lib called libpthread.so.0 or so, which defines the 
> available functions and where all binaries can be linked against.

Have a libpthread.so.0 which is just a symlink against the real thread
lib and add a libpthread.so which is *not* a link with a soname of
libpthread.so.0 and a DT_NEEDED of one of the real thread libs.

Joerg



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]