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_ppc64le.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/sys_ppc64le.const') diff --git a/sys/linux/sys_ppc64le.const b/sys/linux/sys_ppc64le.const index ba749f663..760658b7e 100644 --- a/sys/linux/sys_ppc64le.const +++ b/sys/linux/sys_ppc64le.const @@ -259,6 +259,7 @@ MAP_SYNC = 0 MAP_UNINITIALIZED = 0 MCL_CURRENT = 8192 MCL_FUTURE = 16384 +MCL_ONFAULT = 32768 MEMBARRIER_CMD_GLOBAL = 1 MEMBARRIER_CMD_GLOBAL_EXPEDITED = 2 MEMBARRIER_CMD_PRIVATE_EXPEDITED = 8 -- cgit mrf-deployment