Subject: Re: dlsym(3) fix
To: Hubert Feyrer <feyrer@cs.stevens.edu>
From: Nick Hudson <skrll@netbsd.org>
List: tech-userlevel
Date: 10/13/2005 10:20:29
On Thursday 13 October 2005 09:54, Hubert Feyrer wrote:
> On Thu, 13 Oct 2005, Nick Hudson wrote:
> > I've had this for a long time now. I'll go ahead and commit unless anyone
> > has any objections.
>
> Can you explain what it is supposed to do?

It makes _rtld_find_symdef use _rtld_symlook_default, but fixes 
_rtld_symlook_default to have the correct search order. _rtld_find_symdef had 
been corrected previously.

I hope that helps,
Nick