1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-31 15:37:47 +00:00

Ports: Update thesilversearcher's patches to use git patches

This commit is contained in:
Ali Mohammad Pur 2022-05-16 23:45:31 +04:30 committed by Ali Mohammad Pur
parent 6f6d1a8f76
commit 3531aa2b84
3 changed files with 65 additions and 47 deletions

View file

@ -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.