mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 12:35:14 +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
Notes:
sideshowbarker
2024-07-18 22:09:44 +09:00
Author: https://github.com/bcoles Commit: https://github.com/SerenityOS/serenity/commit/a11c065e82b Pull-request: https://github.com/SerenityOS/serenity/pull/5401
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
Reference in a new issue