From 1034e5fa9a3f3cf21edc4bb0193fd5b2a0ec8893 Mon Sep 17 00:00:00 2001 From: Zach O'Keefe Date: Mon, 7 Nov 2022 18:07:46 -0800 Subject: sys/linux: add MADV_COLLAPSE description MADV_COLLAPSE was added to Linux in 6.1. --- sys/linux/sys.txt.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/sys.txt.const') 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 -- cgit mrf-deployment