commit | 55ddbc3e5d70f03bc52aece95fffb6abad47dbf4 | [log] [tgz] |
---|---|---|
author | Rich Felker <dalias@aerifal.cx> | Wed Jan 23 22:18:45 2013 -0500 |
committer | Rich Felker <dalias@aerifal.cx> | Wed Jan 23 22:18:45 2013 -0500 |
tree | 6eb1a60d7fae656f3c270974e4958132093d5896 | |
parent | 4d07e5521ea811278f00f434fe2b8345ea1d8832 [diff] |
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.