fix regression in dlopen promotion from RTLD_LOCAL to RTLD_GLOBAL
authorRich Felker <dalias@aerifal.cx>
Tue, 4 Jul 2017 15:34:39 +0000 (11:34 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 4 Jul 2017 15:34:39 +0000 (11:34 -0400)
commit43c423af5b8453afde86e4ba81e0fcc663ae7c22
treed146722cc0decbf820dda69e651c0bf0b0cf0283
parent66b53cfa8876342f7e7d7907d30c719c38cd5a1b
fix regression in dlopen promotion from RTLD_LOCAL to RTLD_GLOBAL

commit 4ff234f6cba96403b5de6d29d48a59fd73252040 inadvertently removed
the logic to do this when changing the representation of global
status.
ldso/dynlink.c