diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2022-01-27 16:31:51 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2022-01-27 16:50:32 +0100 |
| commit | cdc495da6ff15d590df13dd5bf927893e33f9e3a (patch) | |
| tree | b33af7ca538d37f671be631188dc866712818996 /sys/linux/prctl.txt.const | |
| parent | 9e445916a0d037c71a23d5bf00e4283283533e98 (diff) | |
sys/linux: add PR_SET_VMA descriptions
Diffstat (limited to 'sys/linux/prctl.txt.const')
| -rw-r--r-- | sys/linux/prctl.txt.const | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
