mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 07:55:07 +00:00
Chess: pledge thread
`thread` is required by the file browse dialog when importing or exporting PGN files.
This commit is contained in:
parent
55a9a4f57a
commit
a11c065e82
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ int main(int argc, char** argv)
|
|||
|
||||
RefPtr<Core::ConfigFile> config = Core::ConfigFile::get_for_app("Chess");
|
||||
|
||||
if (pledge("stdio rpath accept wpath cpath recvfd sendfd proc exec", nullptr) < 0) {
|
||||
if (pledge("stdio rpath accept wpath cpath recvfd sendfd thread proc exec", nullptr) < 0) {
|
||||
perror("pledge");
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue