mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
ldd: Pledge map_fixed
This commit is contained in:
parent
5bb9af8297
commit
eef07d2f57
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