From fe944bbcd7b689532d8188d578b70c9e77955518 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 19 Sep 2018 12:10:20 +0200 Subject: sys/linux: add MCL_ONFAULT --- sys/linux/sys_arm64.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/sys_arm64.const') 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 -- cgit mrf-deployment