mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-19 13:40:59 +08:00
dlfcn: Pass caller pointer to static dlopen implementation (bug 29446)
Fixes commit 0c1c3a771eceec46e66ce1183cf988e2303bd373 ("dlfcn: Move dlopen into libc").
This commit is contained in:
parent
6c93af6b45
commit
ed0185e412
@ -90,7 +90,7 @@ compat_symbol (libdl, ___dlopen, dlopen, GLIBC_2_1);
|
||||
void *
|
||||
__dlopen (const char *file, int mode, void *dl_caller)
|
||||
{
|
||||
return dlopen_implementation (file, mode, RETURN_ADDRESS (0));
|
||||
return dlopen_implementation (file, mode, dl_caller);
|
||||
}
|
||||
|
||||
void *
|
||||
|
Loading…
x
Reference in New Issue
Block a user