| .. | |||
| 0001-Include-fcntl-find-fcntl.h.patch | 7 months ago | ||
| 0002-Stub-out-the-performance-report-macro.patch | 7 months ago | ||
| 0003-Remove-use-of-sbrk.patch | 7 months ago | ||
| ReadMe.md | 7 months ago | ||
0001-Include-fcntl-find-fcntl.h.patchInclude fcntl find fcntl.h
fcntl.h was included as sys/fcntl.h, which is not where this lives in Minerva.
Also sys/select.h is included here.
0002-Stub-out-the-performance-report-macro.patchStub 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.patchRemove use of sbrk()
Again, for performance reporting the function sbrk is needed which we don't have. We just stub it out.