mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 04:25:07 +00:00
![]() This implements more of the dlfcn functionality. Most notably: * It's now possible to dlopen() libraries which were already loaded at program startup time. This does not cause those libraries to be loaded twice. * Errors are reported via dlerror() rather than by crashing the program. * Calls to the dl*() functions are thread-safe. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
dlfcn.cpp | ||
dlfcn.h | ||
dlfcn_integration.h |