1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 03:37:36 +00:00
serenity/Ports/gnuapl/patches/ReadMe.md

22 lines
580 B
Markdown

# Patches for gnuapl on SerenityOS
## `0001-Include-fcntl-find-fcntl.h.patch`
Include fcntl find fcntl.h
`fcntl.h` was included as `sys/fcntl.h`, which is not where this lives in Serenity.
Also `sys/select.h` is included here.
## `0002-Stub-out-the-performance-report-macro.patch`
Stub out the performance report macro
The Macro for performance reporting was throwing compile errors, so we just stub it out.
## `0003-Remove-use-of-sbrk.patch`
Remove use of sbrk()
Again, for performance reporting the function `sbrk` is needed which we don't have. We just stub it out.