From: Rich Felker Date: Fri, 5 Oct 2012 16:09:54 +0000 (-0400) Subject: small dynamic linker module search fix X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=5f88c0edd5db0916cbbcdec9042d4986ca778ae8;hp=5f88c0edd5db0916cbbcdec9042d4986ca778ae8 small dynamic linker module search fix libraries loaded more than once by pathname should not get shortnames that would cause them to later be used to satisfy non-pathname load requests. ---