From cdc495da6ff15d590df13dd5bf927893e33f9e3a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 27 Jan 2022 16:31:51 +0100 Subject: sys/linux: add PR_SET_VMA descriptions --- sys/linux/prctl.txt.const | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/prctl.txt.const') diff --git a/sys/linux/prctl.txt.const b/sys/linux/prctl.txt.const index a939aa1bb..15a2838c5 100644 --- a/sys/linux/prctl.txt.const +++ b/sys/linux/prctl.txt.const @@ -118,6 +118,8 @@ PR_SET_TIMERSLACK = 29 PR_SET_TIMING = 14 PR_SET_TSC = 26 PR_SET_UNALIGN = 6 +PR_SET_VMA = 1398164801 +PR_SET_VMA_ANON_NAME = 0 PR_SPEC_DISABLE = 4 PR_SPEC_ENABLE = 2 PR_SPEC_FORCE_DISABLE = 8 -- cgit mrf-deployment