提交 d650631d 编写于 作者: S Szabolcs Nagy

add SWAP_FLAG_DISCARD to sys/swap.h

上级 645c6d99
......@@ -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 *);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册