aboutsummaryrefslogtreecommitdiff
path: root/dlfcn/dlopen.c
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@systemhalted.org>2015-09-18 00:12:22 -0400
committerCarlos O'Donell <carlos@systemhalted.org>2015-09-18 00:12:22 -0400
commitf3f30c9d5cb98fb90fd6dd2e5362b7fe3ace3720 (patch)
tree06b957bbe6f2b85471697b8341733b162fae9da2 /dlfcn/dlopen.c
parent8a44513e9ccb271e368b4aa3c9493b94a45e039d (diff)
downloadglibc-carlos/dlmopen.tar.xz
glibc-carlos/dlmopen.zip
Initial implemenation of full dlmopen support.carlos/dlmopen
Diffstat (limited to 'dlfcn/dlopen.c')
-rw-r--r--dlfcn/dlopen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dlfcn/dlopen.c b/dlfcn/dlopen.c
index 8bf2752d9c..c5e5f1e044 100644
--- a/dlfcn/dlopen.c
+++ b/dlfcn/dlopen.c
@@ -65,7 +65,7 @@ dlopen_doit (void *a)
args->new = GLRO(dl_open) (args->file ?: "", args->mode | __RTLD_DLOPEN,
args->caller,
- args->file == NULL ? LM_ID_BASE : NS,
+ NS,
__dlfcn_argc, __dlfcn_argv, __environ);
}