rtld: Implement fdlopen(3)
authorJohn Marino <draco@marino.st>
Fri, 6 Apr 2012 07:33:33 +0000 (09:33 +0200)
committerJohn Marino <draco@marino.st>
Fri, 6 Apr 2012 09:56:03 +0000 (11:56 +0200)
commit303c188718c48245a9e53a51b66e555e7137804c
tree0928dfa282e4e2456698b6155af1f4d43bc94803
parent37c8dc6375baa0ce508b3de398143a1d088c86a6
rtld: Implement fdlopen(3)

Implement rtld interface fdlopen.  It is similar to dlopen, but takes a
file description instead of a path to reference the shared object.

Taken from: FreeBSD SVN 229768 (07 JAN 2012)
include/dlfcn.h
lib/libc/gen/Makefile.inc
lib/libc/gen/dlfcn.3
lib/libc/gen/dlfcn.c
lib/libc/gen/dlopen.3
libexec/rtld-elf/rtld.c