diff options
| author | Tobias Klauser <tklauser@distanz.ch> | 2018-09-19 12:10:20 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-09-19 13:21:09 +0200 |
| commit | fe944bbcd7b689532d8188d578b70c9e77955518 (patch) | |
| tree | 7b3fa152e404f74196c919282c9170c45fea280d /sys/linux/sys_arm64.const | |
| parent | d39675eb1c1a3e2639950a18dff1ca8f115ae94a (diff) | |
sys/linux: add MCL_ONFAULT
Diffstat (limited to 'sys/linux/sys_arm64.const')
| -rw-r--r-- | sys/linux/sys_arm64.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/sys_arm64.const b/sys/linux/sys_arm64.const index fa67e87ce..a7269b3e1 100644 --- a/sys/linux/sys_arm64.const +++ b/sys/linux/sys_arm64.const @@ -259,6 +259,7 @@ MAP_SYNC = 524288 MAP_UNINITIALIZED = 0 MCL_CURRENT = 1 MCL_FUTURE = 2 +MCL_ONFAULT = 4 MEMBARRIER_CMD_GLOBAL = 1 MEMBARRIER_CMD_GLOBAL_EXPEDITED = 2 MEMBARRIER_CMD_PRIVATE_EXPEDITED = 8 |
