From 660ba39b52c16f17838d091bf772705eea4a02ae Mon Sep 17 00:00:00 2001 From: Chris Wailes Date: Fri, 12 Feb 2021 14:47:47 -0800 Subject: [PATCH] Move android_reset_stack_guard to LIBC_S Test: Declare as external and compile Bug: 168258494 Change-Id: I32d1c0cc6c150b440baeac458d7753445036b455 --- libc/libc.map.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/libc.map.txt b/libc/libc.map.txt index c31e30681..8ede3803f 100644 --- a/libc/libc.map.txt +++ b/libc/libc.map.txt @@ -1556,6 +1556,7 @@ LIBC_S { # introduced=S __libc_register_thread_exit_callback; __libc_iterate_dynamic_tls; __libc_register_dynamic_tls_listeners; + android_reset_stack_guards; ffsl; ffsll; pidfd_getfd; @@ -1776,5 +1777,4 @@ LIBC_PLATFORM { android_net_res_stats_get_info_for_net; android_net_res_stats_aggregate; android_net_res_stats_get_usable_servers; - android_reset_stack_guards; } LIBC_Q;