diff options
author | Gunnar Beutner <gunnar@beutner.name> | 2021-04-24 20:39:58 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-04-25 10:14:50 +0200 |
commit | f40ee1b03f24efa034b8f12a86547e4057914d8e (patch) | |
tree | faa9eb297876ad135e6de032aebd06c61fe99d60 /Ports/bash/patches | |
parent | 549d9bd3ea4cd63c1e5225f8c463cd2c27a28d2b (diff) | |
download | serenity-f40ee1b03f24efa034b8f12a86547e4057914d8e.zip |
LibC+LibELF: Implement more fully-features dlfcn functionality
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.
Diffstat (limited to 'Ports/bash/patches')
0 files changed, 0 insertions, 0 deletions