1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 17:07:47 +00:00
serenity/Ports/dash/patches/ReadMe.md
2022-05-19 20:17:10 +04:30

13 lines
286 B
Markdown

# Patches for dash on SerenityOS
## `0001-Replace-a-use-of-wait3-with-waitpid-in-the-job-contr.patch`
Replace a use of wait3() with waitpid() in the job control
wait3() does not exist on serenity.
## `0002-Skip-building-helpers-by-default.patch`
Skip building helpers by default