add support for RTLD_NOLOAD to dlopen
authorRich Felker <dalias@aerifal.cx>
Thu, 24 Jan 2013 03:07:45 +0000 (22:07 -0500)
committerRich Felker <dalias@aerifal.cx>
Thu, 24 Jan 2013 03:07:45 +0000 (22:07 -0500)
commit4d07e5521ea811278f00f434fe2b8345ea1d8832
tree58f357a961a50b9ee2d19372bcaaca564ccb686b
parent637dd2d383cc1f63bf02a732f03786857b22c7bd
add support for RTLD_NOLOAD to dlopen

based on patch by Pierre Carrier <pierre@gcarrier.fr> that just added
the flag constant, but with minimal additional code so that it
actually works as documented. this is a nonstandard option but some
major software (reportedly, Firefox) uses it and it was easy to add
anyway.
include/dlfcn.h
src/ldso/dynlink.c