diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-11-17 15:44:57 -0800 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-11-17 15:46:37 -0800 |
| commit | 15d00718f7a556006e23a8951c9f22598ff91724 (patch) | |
| tree | 06dfd8870aa0af6f20478d46584d3e0789ef657c /sys/linux/prctl_arm.const | |
| parent | d8004ff2dc60902bdee1eea0ccc4ffaa04dc1e45 (diff) | |
sys/linux: refine description for PR_SET_MM
Diffstat (limited to 'sys/linux/prctl_arm.const')
| -rw-r--r-- | sys/linux/prctl_arm.const | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/linux/prctl_arm.const b/sys/linux/prctl_arm.const index 933fb9abe..11f16c599 100644 --- a/sys/linux/prctl_arm.const +++ b/sys/linux/prctl_arm.const @@ -69,9 +69,17 @@ PR_SET_FPEXC = 12 PR_SET_FP_MODE = 45 PR_SET_KEEPCAPS = 8 PR_SET_MM = 35 +PR_SET_MM_ARG_END = 9 +PR_SET_MM_ARG_START = 8 +PR_SET_MM_AUXV = 12 PR_SET_MM_BRK = 7 PR_SET_MM_END_CODE = 2 PR_SET_MM_END_DATA = 4 +PR_SET_MM_ENV_END = 11 +PR_SET_MM_ENV_START = 10 +PR_SET_MM_EXE_FILE = 13 +PR_SET_MM_MAP = 14 +PR_SET_MM_MAP_SIZE = 15 PR_SET_MM_START_BRK = 6 PR_SET_MM_START_CODE = 1 PR_SET_MM_START_DATA = 3 |
