Files
ladybird/Userland/Libraries/LibC
Brian Gianforcaro c724955d54 LibC: Add support for posix_madvise(..)
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.
2021-12-22 13:28:13 -08:00
..
2021-12-21 21:24:36 +03:30
2021-12-18 21:01:10 -08:00
2021-12-18 21:01:10 -08:00
2021-08-14 22:32:00 +01:00
2021-08-14 22:32:00 +01:00
2021-07-17 13:00:33 +02:00
2021-12-21 21:24:36 +03:30
2021-10-26 08:47:06 +02:00
2021-10-20 09:20:18 +01:00
2021-12-16 22:21:35 +03:30
2021-12-16 22:21:35 +03:30
2021-08-31 01:37:30 +02:00
2021-12-12 08:34:19 +02:00
2021-12-21 21:24:36 +03:30
2021-10-15 14:47:41 -07:00