From: Eugene Syromyatnikov Date: Sun, 8 Apr 2018 20:52:31 +0000 (+0200) Subject: xlat: add PROT_ADI X-Git-Tag: v4.23~218 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8115eb9cf318783615399440b8465789693df55;p=strace xlat: add PROT_ADI * xlat/mmap_prot.in (PROT_ADI): New constant, introduced by Linux commit v4.17-rc1~147^2~4^2~1. --- diff --git a/xlat/mmap_prot.in b/xlat/mmap_prot.in index 05899804..e99ec297 100644 --- a/xlat/mmap_prot.in +++ b/xlat/mmap_prot.in @@ -6,3 +6,4 @@ PROT_SEM PROT_GROWSDOWN PROT_GROWSUP PROT_SAO +PROT_ADI