xref: /dflybsd-src/lib/libdl/dl_stub.c (revision a6c7286058a3a8feee23bce4b2d3d52ce1f5878f)
1 /*
2  * DragonFly BSD provides the dynamic loader facilities (dlopen/dlfcn/...) in
3  * libc itself. However, a number of applications expect these routines to
4  * be provided by libdl. We provide a stub libdl with no subroutines to satisfy
5  * these applications.
6  */
7 
8