fix accidental global static pointer in ldso
authorSzabolcs Nagy <nsz@port70.net>
Tue, 1 Nov 2016 01:44:56 +0000 (02:44 +0100)
committerRich Felker <dalias@aerifal.cx>
Mon, 7 Nov 2016 16:59:58 +0000 (11:59 -0500)
commit86e8cc0fd46f5789e80a16d68ae86f7358f64705
treee2c4576574a006c7a59c69555572254ae4c62f4b
parentc8fdcfe550997243daba0814a95f42890dc60e45
fix accidental global static pointer in ldso

this was harmless as load_library is not called concurrently,
but it used one word of bss.
ldso/dynlink.c