aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sys_amd64.const
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2018-09-19 12:10:20 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-09-19 13:21:09 +0200
commitfe944bbcd7b689532d8188d578b70c9e77955518 (patch)
tree7b3fa152e404f74196c919282c9170c45fea280d /sys/linux/sys_amd64.const
parentd39675eb1c1a3e2639950a18dff1ca8f115ae94a (diff)
sys/linux: add MCL_ONFAULT
Diffstat (limited to 'sys/linux/sys_amd64.const')
-rw-r--r--sys/linux/sys_amd64.const1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/sys_amd64.const b/sys/linux/sys_amd64.const
index 6225739aa..32aaa3cb0 100644
--- a/sys/linux/sys_amd64.const
+++ b/sys/linux/sys_amd64.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