K 10 svn:author V 5 mdodd K 8 svn:date V 27 2005-02-27T20:47:20.000000Z K 7 svn:log V 474 MFC: 1.14 libmap.c 1.4 libmap.h 1.39 rtld.1 1.102 rtld.c Description from Dan: Another handy libmap patch. Lets you do stuff like this: LD_LIBMAP="libpthread.so.1=libthr.so.1" mythreadedapp If you already have a program-specific override in libmap.conf, note that you must use a program-specific override in LD_LIBMAP: LD_LIBMAP="[mythreadedapp],libpthread.so.1=libthr.so.1" mythreadedapp PR: bin/74471 Submitted by: Dan Nelson END