mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-19 03:34:17 +03:00
add SWAP_FLAG_DISCARD to sys/swap.h
This commit is contained in:
parent
645c6d99a5
commit
d650631dad
@ -9,6 +9,7 @@ extern "C" {
|
||||
#define SWAP_FLAG_PREFER 0x8000
|
||||
#define SWAP_FLAG_PRIO_MASK 0x7fff
|
||||
#define SWAP_FLAG_PRIO_SHIFT 0
|
||||
#define SWAP_FLAG_DISCARD 0x10000
|
||||
|
||||
int swapon (const char *, int);
|
||||
int swapoff (const char *);
|
||||
|
Loading…
x
Reference in New Issue
Block a user