make dynamic linker work around MAP_FAILED mmap failure on nommu kernels
authorRich Felker <dalias@aerifal.cx>
Tue, 23 Jun 2015 04:03:42 +0000 (04:03 +0000)
committerRich Felker <dalias@aerifal.cx>
Tue, 23 Jun 2015 04:05:31 +0000 (04:05 +0000)
commitce337daa00e42d4f2d9a4d9ae0ed51b20249d924
treed09096368d1987a8ea306fb279a24c7e91bf3356
parenta59341420fdedb288d9ff80e73609ae44e9cf258
make dynamic linker work around MAP_FAILED mmap failure on nommu kernels

previously, loading of additional libraries beyond libc/ldso did not
work on nommu kernels, nor did loading programs via invocation of the
dynamic linker as a command.
src/ldso/dynlink.c