mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Christian Helmuth
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) {
|
||||
|
||||
Reference in New Issue
Block a user