add SWAP_FLAG_DISCARD to sys/swap.h

This commit is contained in:
Szabolcs Nagy 2013-01-12 19:13:59 +01:00
parent 645c6d99a5
commit d650631dad
1 changed files with 1 additions and 0 deletions

View File

@ -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 *);