mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Everywhere: Use default execpromises argument for Core::System::pledge
This commit is contained in:
committed by
Andreas Kling
parent
44ffe3e5bb
commit
cf4fa936be
@@ -20,7 +20,7 @@ enum TruncateOperation {
|
||||
|
||||
ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||
{
|
||||
TRY(Core::System::pledge("stdio rpath wpath cpath", nullptr));
|
||||
TRY(Core::System::pledge("stdio rpath wpath cpath"));
|
||||
|
||||
const char* resize = nullptr;
|
||||
const char* reference = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user