mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:04:57 +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
|
@ -18,7 +18,7 @@ int head(String const& filename, bool print_filename, ssize_t line_count, ssize_
|
|||
|
||||
ErrorOr<int> serenity_main(Main::Arguments args)
|
||||
{
|
||||
TRY(Core::System::pledge("stdio rpath", nullptr));
|
||||
TRY(Core::System::pledge("stdio rpath"));
|
||||
|
||||
int line_count = -1;
|
||||
int byte_count = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue