From: Michal Sekletar Date: Mon, 10 Jun 2019 21:33:56 +0000 (+0200) Subject: xlat: add MPOL_LOCAL constant X-Git-Tag: v5.2~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=177eda5e82ecfd70653368cb3f53744e19876be7;p=strace 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 --- 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