1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:57:43 +00:00

LibC: Define the MADV_DONTNEED madvise advice macro

This isn't actually implemented at the moment, but it is required for
wine to compile
This commit is contained in:
Idan Horowitz 2021-10-28 22:12:35 +03:00
parent fc13d0782f
commit 5f95a1a7b7

View file

@ -33,6 +33,7 @@ extern "C" {
#define MADV_SET_VOLATILE 0x1
#define MADV_SET_NONVOLATILE 0x2
#define MADV_DONTNEED 0x3
#define MS_SYNC 1
#define MS_ASYNC 2