mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:14:58 +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
|
@ -13,7 +13,7 @@
|
|||
|
||||
ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||
{
|
||||
TRY(Core::System::pledge("stdio settime rpath", nullptr));
|
||||
TRY(Core::System::pledge("stdio settime rpath"));
|
||||
|
||||
bool print_unix_date = false;
|
||||
bool print_iso_8601 = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue