mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:38:10 +00:00
pwd: Add missing rpath pledge
This commit is contained in:
parent
f3139b100c
commit
7fe7eab308
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