mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +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: 7fe7eab308
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)
|
ErrorOr<int> serenity_main(Main::Arguments)
|
||||||
{
|
{
|
||||||
TRY(Core::System::pledge("stdio"));
|
TRY(Core::System::pledge("rpath stdio"));
|
||||||
outln(TRY(Core::System::getcwd()));
|
outln(TRY(Core::System::getcwd()));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue