Merge "Mark __progname as weak for native_bridge"

This commit is contained in:
Evgeny Eltsin 2020-10-03 07:26:51 +00:00 committed by Gerrit Code Review
commit 08a43426a0

View file

@ -58,6 +58,7 @@ extern "C" void scudo_malloc_set_pattern_fill_contents(int);
__LIBC_HIDDEN__ WriteProtected<libc_globals> __libc_globals;
// Not public, but well-known in the BSDs.
__BIONIC_WEAK_VARIABLE_FOR_NATIVE_BRIDGE
const char* __progname;
void __libc_init_globals() {