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_MAIN_ONLY #3322

Merged
merged 2 commits into from Aug 22, 2023
Merged

Commits on Aug 21, 2023

  1. add RTLD_MAIN_ONLY

    Apple's dynamic linker has this special handle called `RTLD_MAIN_ONLY` which you can feed to `dlsym(3)`.  Their `dlfcn.h` says it has been around since Mac OS X 10.5.
    shyouhei committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    837159c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff6a0c6 View commit details
    Browse the repository at this point in the history