|
Message-ID: <20190512135418.GN23599@brightrain.aerifal.cx> Date: Sun, 12 May 2019 09:54:18 -0400 From: Rich Felker <dalias@...c.org> To: musl@...ts.openwall.com Subject: Re: [PATCH] remove unused variables from dynlink.c On Sun, May 12, 2019 at 09:51:07AM -0400, Rich Felker wrote: > On Sun, May 12, 2019 at 09:50:50AM +0800, Fangrui Song wrote: > > > > --- > > ldso/dynlink.c | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/ldso/dynlink.c b/ldso/dynlink.c > > index 42a5470d..ad0cdba2 100644 > > --- a/ldso/dynlink.c > > +++ b/ldso/dynlink.c > > @@ -86,7 +86,6 @@ struct dso { > > size_t relro_start, relro_end; > > uintptr_t *new_dtv; > > unsigned char *new_tls; > > - volatile int new_dtv_idx, new_tls_idx; > > struct td_index *td_index; > > struct dso *fini_next; > > char *shortname; > > -- > > 2.21.0 > > Looks ok. Your mail client seems to have corrupted the patch though; > git am is rejecting it for some reason. I'll apply it manually. In the > future if you can't get your mail client to send patches inline > without breaking the formatting, attachments are fine/preferred. For future reference, I found what happened: it seems to have removed the leading space at the beginning of the context lines (lines with no + or -). Rich
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.