blob: 097f61a3d91eb3d5b9ac4a3ec77e5a54025986d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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
|