commit | 1ffec1cc4d0e283bb1ff6f49843769a3493b8d73 | [log] [tgz] |
---|---|---|
author | Dmitriy Ivanov <dimitry@google.com> | Mon Nov 23 11:26:35 2015 -0800 |
committer | Dmitriy Ivanov <dimitry@google.com> | Mon Nov 23 16:13:10 2015 -0800 |
tree | 083c8af007b9a2e2ed01fbde2eea50ded648e114 | |
parent | a7fc7f9909c221a0f64c5c5ecc5fadd5fba467c5 [diff] [blame] |
Introduce anonymous namespace The anonymous namespace is introduced to handle cases when linker can not find the caller. This usually happens when caller code was not loaded by dynamic linker; for example mono-generated code. Bug: http://b/25844435 Bug: http://b/22548808 Change-Id: I9e5b1d23c1c75bc78548d68e79216a6a943a33cf
diff --git a/libdl/libdl.arm64.map b/libdl/libdl.arm64.map index b7e9aec..3535774 100644 --- a/libdl/libdl.arm64.map +++ b/libdl/libdl.arm64.map
@@ -15,7 +15,7 @@ LIBC_N { global: - android_init_public_namespace; + android_init_namespaces; android_create_namespace; } LIBC;