commit | 11526e2fc607624dbb8bd4acf2ffdd3a187e9c02 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Thu Oct 14 22:44:47 2021 +0000 |
committer | Christopher Ferris <cferris@google.com> | Wed Oct 20 21:53:07 2021 +0000 |
tree | d2ea11e8eec68b7f022ec5d8482072fa3860a374 | |
parent | a3c6e7030c128fbcb060ddbd6e89cf5ad2b95d05 [diff] [blame] |
Add execinfo functionality. Bug: 27877410 Test: Add new unit tests. Change-Id: Id5d7eb27a23f50e99a04f5ee1ab64047ba269bab
diff --git a/libc/libc.map.txt b/libc/libc.map.txt index 12b8114..00b25d3 100644 --- a/libc/libc.map.txt +++ b/libc/libc.map.txt
@@ -1567,6 +1567,9 @@ LIBC_T { # introduced=Tiramisu global: + backtrace; + backtrace_symbols; + backtrace_symbols_fd; preadv2; preadv64v2; pwritev2;