Dear maintainer,

 

How does RTLD_LAZY option in dlopen work on musl libc? As I can’t find any runtime resolve interface.

But I find that we support dlopen5, which depends on caller providing a resolve hook.

 

Thanks