aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sys.txt.const
diff options
context:
space:
mode:
authorZach O'Keefe <zokeefe@google.com>2022-11-07 18:07:46 -0800
committerDmitry Vyukov <dvyukov@google.com>2022-12-08 09:19:06 +0100
commit1034e5fa9a3f3cf21edc4bb0193fd5b2a0ec8893 (patch)
tree3cb2bde876a492f39b8767dc057831efabd076da /sys/linux/sys.txt.const
parentd88f3abb0873e90df9259d60d5bcd3ad796db6b8 (diff)
sys/linux: add MADV_COLLAPSE description
MADV_COLLAPSE was added to Linux in 6.1.
Diffstat (limited to 'sys/linux/sys.txt.const')
-rw-r--r--sys/linux/sys.txt.const1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/sys.txt.const b/sys/linux/sys.txt.const
index d918fdc4b..501c165ac 100644
--- a/sys/linux/sys.txt.const
+++ b/sys/linux/sys.txt.const
@@ -216,6 +216,7 @@ LOCK_NB = 4
LOCK_SH = 1
LOCK_UN = 8
MADV_COLD = 20
+MADV_COLLAPSE = 25
MADV_DODUMP = 17
MADV_DOFORK = 11
MADV_DONTDUMP = 16