Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RTLD_NODELETE on boost::dll::load_mode #74

Open
tgmatos opened this issue Oct 28, 2024 · 0 comments
Open

Add RTLD_NODELETE on boost::dll::load_mode #74

tgmatos opened this issue Oct 28, 2024 · 0 comments

Comments

@tgmatos
Copy link

tgmatos commented Oct 28, 2024

RTLD_NODELETE (since glibc 2.2)
Do not unload the library during dlclose(). Consequently, the library's static variables are not reinitialized if the library is reloaded with dlopen() at a later time. This flag is not specified in POSIX.1-2001.

RTLD_NODELETE is available on Linux and BSD systems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant