mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:37:43 +00:00
FlappyBug: Remove wpath and cpath pledges
With the move to LibConfig, these are no longer needed.
This commit is contained in:
parent
5d6fccc52b
commit
fd51a3cf15
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
int main(int argc, char** argv)
|
int main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
if (pledge("stdio rpath wpath cpath recvfd sendfd unix", nullptr) < 0) {
|
if (pledge("stdio rpath recvfd sendfd unix", nullptr) < 0) {
|
||||||
perror("pledge");
|
perror("pledge");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue