add RTLD_NODELETE flag for dlopen
authorRich Felker <dalias@aerifal.cx>
Thu, 24 Jan 2013 03:18:45 +0000 (22:18 -0500)
committerRich Felker <dalias@aerifal.cx>
Thu, 24 Jan 2013 03:18:45 +0000 (22:18 -0500)
commit55ddbc3e5d70f03bc52aece95fffb6abad47dbf4
tree6eb1a60d7fae656f3c270974e4958132093d5896
parent4d07e5521ea811278f00f434fe2b8345ea1d8832
add RTLD_NODELETE flag for dlopen

this is a trivial no-op, because dlclose never deletes libraries. thus
we might as well have it in the header in case some application wants
it, since we're already providing it anyway.
include/dlfcn.h