aarch64/bits/mman.h: add PROT_MTE from linux v5.10
authorSzabolcs Nagy <nsz@port70.net>
Sat, 19 Dec 2020 22:29:19 +0000 (22:29 +0000)
committerRich Felker <dalias@aerifal.cx>
Mon, 15 Feb 2021 14:16:06 +0000 (09:16 -0500)
see

  linux commit 9f3419315f3cdc41a7318e4d50ba18a592b30c8c
  arm64: mte: Add PROT_MTE support to mmap() and mprotect()

arch/aarch64/bits/mman.h

index 6d9d885..8fad5ce 100644 (file)
@@ -1 +1,2 @@
 #define PROT_BTI 0x10
+#define PROT_MTE 0x20