Move android_reset_stack_guard to LIBC_S
Test: Declare as external and compile Bug: 168258494 Change-Id: I32d1c0cc6c150b440baeac458d7753445036b455
This commit is contained in:
parent
23e33cf94e
commit
660ba39b52
|
@ -1556,6 +1556,7 @@ LIBC_S { # introduced=S
|
||||||
__libc_register_thread_exit_callback;
|
__libc_register_thread_exit_callback;
|
||||||
__libc_iterate_dynamic_tls;
|
__libc_iterate_dynamic_tls;
|
||||||
__libc_register_dynamic_tls_listeners;
|
__libc_register_dynamic_tls_listeners;
|
||||||
|
android_reset_stack_guards;
|
||||||
ffsl;
|
ffsl;
|
||||||
ffsll;
|
ffsll;
|
||||||
pidfd_getfd;
|
pidfd_getfd;
|
||||||
|
@ -1776,5 +1777,4 @@ LIBC_PLATFORM {
|
||||||
android_net_res_stats_get_info_for_net;
|
android_net_res_stats_get_info_for_net;
|
||||||
android_net_res_stats_aggregate;
|
android_net_res_stats_aggregate;
|
||||||
android_net_res_stats_get_usable_servers;
|
android_net_res_stats_get_usable_servers;
|
||||||
android_reset_stack_guards;
|
|
||||||
} LIBC_Q;
|
} LIBC_Q;
|
||||||
|
|
Loading…
Reference in New Issue