From 177eda5e82ecfd70653368cb3f53744e19876be7 Mon Sep 17 00:00:00 2001 From: Michal Sekletar Date: Mon, 10 Jun 2019 23:33:56 +0200 Subject: [PATCH] xlat: add MPOL_LOCAL constant * xlat/policies.in (MPOL_LOCAL): New constant introduced by Linux kernel commit v3.8-rc1~92^2~33. Resolves: https://github.com/strace/strace/pull/102 --- xlat/policies.in | 1 + 1 file changed, 1 insertion(+) diff --git a/xlat/policies.in b/xlat/policies.in index fab53962..4150b201 100644 --- a/xlat/policies.in +++ b/xlat/policies.in @@ -2,3 +2,4 @@ MPOL_DEFAULT 0 MPOL_PREFERRED 1 MPOL_BIND 2 MPOL_INTERLEAVE 3 +MPOL_LOCAL 4 -- 2.40.0