mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:27:35 +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:
parent
fc13d0782f
commit
5f95a1a7b7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue