mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
pwd: Add missing rpath pledge
This commit is contained in:
parent
f3139b100c
commit
7fe7eab308
Notes:
sideshowbarker
2024-07-17 20:30:37 +09:00
Author: https://github.com/boricj Commit: https://github.com/SerenityOS/serenity/commit/7fe7eab308d Pull-request: https://github.com/SerenityOS/serenity/pull/12053 Reviewed-by: https://github.com/IdanHo
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
ErrorOr<int> serenity_main(Main::Arguments)
|
||||
{
|
||||
TRY(Core::System::pledge("stdio"));
|
||||
TRY(Core::System::pledge("rpath stdio"));
|
||||
outln(TRY(Core::System::getcwd()));
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue