]> granicus.if.org Git - strace/commitdiff
xlat: add MPOL_LOCAL constant
authorMichal Sekletar <msekleta@redhat.com>
Mon, 10 Jun 2019 21:33:56 +0000 (23:33 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 3 Jul 2019 18:56:13 +0000 (18:56 +0000)
* 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

index fab53962105bef2d6c3addd51cb10019c30d20bf..4150b201cd54948a992ac786fe4918a594b71f81 100644 (file)
@@ -2,3 +2,4 @@ MPOL_DEFAULT    0
 MPOL_PREFERRED 1
 MPOL_BIND      2
 MPOL_INTERLEAVE        3
+MPOL_LOCAL      4