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
commit 5f95a1a7b7
Notes: sideshowbarker 2024-07-17 23:13:52 +09:00

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