mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
parent
1e9ad9e3d9
commit
17df52bfbd
@ -54,7 +54,7 @@ static Shared_object *to_object(void *handle)
|
||||
|
||||
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 */
|
||||
if (mode & ~supported) {
|
||||
|
Loading…
Reference in New Issue
Block a user