OSDN Git Service

fix loop logic cruft in dynamic tls installation
authorRich Felker <dalias@aerifal.cx>
Fri, 22 Feb 2019 07:24:33 +0000 (02:24 -0500)
committerRich Felker <dalias@aerifal.cx>
Fri, 22 Feb 2019 07:24:33 +0000 (02:24 -0500)
commit609dd57c4e32d68433a062a7ad8004ace90baf06
treee8542d0b3958e49a8428473ad68386dad811be0b
parentad795d56ba3fb9d69f524ee676e3b1e2355cceb7
fix loop logic cruft in dynamic tls installation

commit 9d44b6460ab603487dab4d916342d9ba4467e6b9 inadvertently
contained leftover logic from a previous approach to the fallback
signaling loop. it had no adverse effect, since j was always nonzero
if the loop body was reachable, but it makes no sense to be there with
the current approach to avoid signaling self.
ldso/dynlink.c