mirror of
https://github.com/RGBCube/serenity
synced 2026-01-16 22:11:00 +00:00
Add the `posix_madvise(..)` LibC implementation that just forwards to the normal `madvise(..)` implementation. Also define a few POSIX_MADV_DONTNEED and POSIX_MADV_NORMAL as they are part of the POSIX API for `posix_madvise(..)`. This is needed by the `fio` port. |
||
|---|---|---|
| .. | ||
| mman.h | ||
| ptrace.h | ||
| socket.h | ||
| stat.h | ||
| statvfs.h | ||
| time.h | ||
| times.h | ||
| types.h | ||
| uio.h | ||
| un.h | ||
| utsname.h | ||
| wait.h | ||