CVSROOT:        /cvs
Module name:    src
Changes by:     sema...@cvs.openbsd.org 2021/06/02 01:29:03

Modified files:
        include        : dlfcn.h 
        lib/libc       : shlib_version 
        libexec/ld.so  : dlfcn.c resolve.c resolve.h 
        share/man/man3 : dlfcn.3 

Log message:
add RTLD_NODELETE support

if RTLD_NODELETE isn't POSIX, it is widely deployed: at least linux,
freebsd, dragonfly, netbsd, solaris, illumos, apple, and fuchsia have
it.

ok kettenis@ on previous version
with help from and ok guenther@

diff partially inspired from a diff from brad@

Reply via email to