commit | b3904ee5b99a5cf12d4a19d190a3584ec5fcafde | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Aug 13 20:19:31 2024 +0000 |
committer | Elliott Hughes <enh@google.com> | Tue Aug 13 20:19:31 2024 +0000 |
tree | 136676d2087cb36937bd9a69a47eb26f390df924 | |
parent | 0aad38db94a851d91fb74adb8e43cd347718117a [diff] [blame] |
Add mseal(2) wrapper. Change-Id: I053b2d570cd5750285fc20e9e237e04d59778bf5
diff --git a/libc/libc.map.txt b/libc/libc.map.txt index ffd5d1e..8bb84eb 100644 --- a/libc/libc.map.txt +++ b/libc/libc.map.txt
@@ -670,6 +670,7 @@ mprotect; mrand48; mremap; + mseal; # introduced=36 msync; munlock; munlockall;