diff options
Diffstat (limited to 'Ports/thesilversearcher/patches/ReadMe.md')
-rw-r--r-- | Ports/thesilversearcher/patches/ReadMe.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Ports/thesilversearcher/patches/ReadMe.md b/Ports/thesilversearcher/patches/ReadMe.md index 673114f6ce..55af8619d5 100644 --- a/Ports/thesilversearcher/patches/ReadMe.md +++ b/Ports/thesilversearcher/patches/ReadMe.md @@ -1,7 +1,9 @@ # Patches for thesilversearcher on SerenityOS -## `0001-pledge-thread.patch` +## `0001-Add-the-thread-pledge-to-the-pledge-list.patch` + +Add the thread pledge to the pledge list + +On OpenBSD, stdio typically grants thread, but on Serenity it is its own +option. -src/main.c: Add thread option to pledges. -On OpenBSD, stdio typically grants thread, -but on Serenity it is its own option. |