Merge "Mark __progname as weak for native_bridge"
This commit is contained in:
commit
08a43426a0
1 changed files with 1 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue