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

Ports: Add thesilversearcher (ag)

This commit is contained in:
Raymond Lucke 2022-05-14 13:25:23 -04:00 committed by Linus Groh
parent ee721978f6
commit f8984146bd
4 changed files with 291 additions and 223 deletions

View file

@ -0,0 +1,7 @@
# Patches for thesilversearcher on SerenityOS
## `0001-pledge-thread.patch`
src/main.c: Add thread option to pledges.
On OpenBSD, stdio typically grants thread,
but on Serenity it is its own option.