mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-13 16:54:16 +03:00
run ctors/dtors for shared objects loaded with dlopen
This commit is contained in:
parent
4ce3cb5cdd
commit
ce4d97e3dc
@ -655,6 +655,7 @@ void *dlopen(const char *file, int mode)
|
||||
p->global = 1;
|
||||
}
|
||||
|
||||
do_init_fini(tail);
|
||||
end:
|
||||
pthread_rwlock_unlock(&lock);
|
||||
return p;
|
||||
|
Loading…
x
Reference in New Issue
Block a user