[PATCH 1/2] Clean up DSBT support

Mark Salter msalter at redhat.com
Thu Apr 26 13:43:18 UTC 2012


On Tue, 2012-04-24 at 23:12 -0400, Mike Frysinger wrote:
> On Tuesday 24 April 2012 09:47:09 Mark Salter wrote:
> > --- a/ldso/ldso/dl-elf.c
> > +++ b/ldso/ldso/dl-elf.c
> >
> > +		/* make sure index is not already used */
> > +		if (_dl_ldso_dsbt[idx]) {
> > +			struct elf_resolve *dup;
> > +			char *dup_name;
> 
> const
> 
> otherwise, doesn't look crazy (although i'm not familiar with DSBT).
> -mike

Okay, I'll add the const.




More information about the uClibc mailing list