mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 22:37:34 +00:00
Utilities: Use default execpromises parameter to pledge(..)
This commit is contained in:
parent
4d0317ae7a
commit
af3751e4dd
18 changed files with 21 additions and 21 deletions
|
@ -40,7 +40,7 @@ private:
|
|||
|
||||
ErrorOr<int> serenity_main(Main::Arguments main_arguments)
|
||||
{
|
||||
TRY(Core::System::pledge("stdio rpath proc exec", nullptr));
|
||||
TRY(Core::System::pledge("stdio rpath proc exec"));
|
||||
|
||||
char const* placeholder = nullptr;
|
||||
bool split_with_nulls = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue