header and android_crash_detail prefix for crash_detail API
Bug: 155462331
Change-Id: Ib1c0ac76d2bd036a6b802b0997d9de8be61dfd2b
diff --git a/libc/libc.map.txt b/libc/libc.map.txt
index bf1d0c1..5e9763b 100644
--- a/libc/libc.map.txt
+++ b/libc/libc.map.txt
@@ -1586,10 +1586,10 @@
LIBC_V { # introduced=VanillaIceCream
global:
- android_register_crash_detail;
- android_unregister_crash_detail;
- android_replace_crash_detail_data;
- android_replace_crash_detail_name;
+ android_crash_detail_register;
+ android_crash_detail_unregister;
+ android_crash_detail_replace_name;
+ android_crash_detail_replace_data;
epoll_pwait2;
epoll_pwait2_64;
localtime_rz;