Move android_reset_stack_guard to LIBC_S

Test: Declare as external and compile
Bug: 168258494
Change-Id: I32d1c0cc6c150b440baeac458d7753445036b455
This commit is contained in:
Chris Wailes 2021-02-12 14:47:47 -08:00
parent 23e33cf94e
commit 660ba39b52
1 changed files with 1 additions and 1 deletions

View File

@ -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;