mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
ldd: Pledge map_fixed
This commit is contained in:
parent
5bb9af8297
commit
eef07d2f57
Notes:
sideshowbarker
2024-07-17 16:42:19 +09:00
Author: https://github.com/romch007 Commit: https://github.com/SerenityOS/serenity/commit/eef07d2f57 Pull-request: https://github.com/SerenityOS/serenity/pull/18412
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ static ErrorOr<void> recusively_resolve_all_necessary_libraries(StringView inter
|
|||
|
||||
ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||
{
|
||||
TRY(Core::System::pledge("stdio rpath"));
|
||||
TRY(Core::System::pledge("stdio rpath map_fixed"));
|
||||
|
||||
DeprecatedString path {};
|
||||
Optional<size_t> recursive_iteration_max;
|
||||
|
|
Loading…
Reference in a new issue