mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
parent
1e9ad9e3d9
commit
17df52bfbd
@ -54,7 +54,7 @@ static Shared_object *to_object(void *handle)
|
|||||||
|
|
||||||
void *dlopen(const char *name, int mode)
|
void *dlopen(const char *name, int mode)
|
||||||
{
|
{
|
||||||
int supported = RTLD_LAZY | RTLD_NOW | RTLD_LOCAL | RTLD_NODELETE;
|
int supported = RTLD_LAZY | RTLD_NOW | RTLD_LOCAL | RTLD_GLOBAL | RTLD_NODELETE;
|
||||||
|
|
||||||
/* error on unsupported mode values */
|
/* error on unsupported mode values */
|
||||||
if (mode & ~supported) {
|
if (mode & ~supported) {
|
||||||
|
Loading…
Reference in New Issue
Block a user