• R
    include dummied-out dlopen and dlsym functions for static binaries · 5a09a530
    Rich Felker 提交于
    these don't work (or do anything at all) but at least make it possible
    to static link programs that insist on "having" dynamic loading
    support...as long as they don't actually need to use it.
    
    adding real support for dlopen/dlsym with static linking is going to
    be significantly more difficult...
    5a09a530
dynlink.c 17.6 KB