blob: 7999701b288a4c2d4f90edd508df35387948daaf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Patches for emu2 on SerenityOS
## `0001-Include-strings.h.patch`
Include <strings.h>
## `0002-Replace-a-use-of-rindex-with-strrchr.patch`
Replace a use of rindex() with strrchr()
## `0003-Install-into-usr-local.patch`
Install into /usr/local
## `0004-Don-t-use-setitimer.patch`
Don't use setitimer()
|