Actions
Feature #2097
openadd RTLD_DEEPBIND support to dlopen()
Status:
New
Priority:
Normal
Assignee:
-
Category:
lib - userland libraries
Start date:
2012-02-09
Due date:
% Done:
0%
Estimated time:
Difficulty:
Expert
Tags:
needs-triage
Gerrit CR:
Description
GNU libc 2.3.4 added RTLD_DEEPBIND:
Place the lookup scope of the symbols in this library ahead of the global scope. This means that a self-contained library will use its own symbols in preference to global symbols with the same name contained in libraries that have already been loaded. This flag is not specified in POSIX.1-2001.
Some new software (e.g. the latest cairo-dock) is using it now and it would be nice to have it in Illumos.
Actions