adapt static dl_iterate_phdr not to depend on !defined(SHARED)
authorRich Felker <dalias@aerifal.cx>
Tue, 26 Jan 2016 00:12:41 +0000 (19:12 -0500)
committerRich Felker <dalias@aerifal.cx>
Tue, 26 Jan 2016 00:12:41 +0000 (19:12 -0500)
like elsewhere, use a weak alias that the dynamic linker will override
with a more complete version capable of handling shared libraries.


No differences found