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

src: port GetLoadedLibraries for freebsd #25106

Merged
merged 1 commit into from
Dec 20, 2018

Commits on Dec 20, 2018

  1. src: port GetLoadedLibraries for freebsd

    the dl_iterate_phdr and its associated data structure in Linux
    are fully available in freebsd as well, so opening it up for
    freebsd means just opening up the platform specific identifiers.
    
    Refs: nodejs#24825
    
    PR-URL: nodejs#25106
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    gireeshpunathil committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    6f8ccef View commit details
    Browse the repository at this point in the history