hi, there!

Are there any plans to implement RTLD_NODELETE and RTLD_NOLOAD mode
flags for dlopen?

from Solaris 2.6 man 3X dlopen:

     The following modes provide additional capabilities  outside
     of relocation processing:

     RTLD_NODELETE     The specified object will not  be  deleted
                       from  the  address  space  as  part  of  a
                       dlclose().

     RTLD_NOLOAD       The specified object is not loaded as part
                       of  the  dlopen(),  but  a valid handle is
                       returned if the object already  exists  as
                       part  of  the process address space. Addi-
                       tional modes can be specified and will  be
                       or'ed  with the present mode of the object
                       and its dependencies. The RTLD_NOLOAD mode
                       provides a means of querying the presence,
                       or promoting the  modes,  of  an  existing
                       dependency.

/fjoe



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to