diff options
author | Elliott Hughes <enh@google.com> | 2014-07-14 14:41:47 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-07-14 18:59:51 -0700 |
commit | ca276c40dfdb80ef553c6646da7f984ef7b694ce (patch) | |
tree | 98bf66ab7829c081db0c405e0c3965bf7c72cef4 /libc/upstream-netbsd/android | |
parent | 99ae0983c0fd22e34e4d2aa61942b04e347447ee (diff) | |
download | bionic-ca276c40dfdb80ef553c6646da7f984ef7b694ce.zip bionic-ca276c40dfdb80ef553c6646da7f984ef7b694ce.tar.gz bionic-ca276c40dfdb80ef553c6646da7f984ef7b694ce.tar.bz2 |
Fix visibility for a bunch more symbols.
Bug: 11156955
Bug: 15291317
(cherry picked from commit a167eef5482d4a89d4277ec74f57adbe38052813)
Change-Id: Ib038ad34ef59631f7b4ed6dff2b7956001b8b159
Diffstat (limited to 'libc/upstream-netbsd/android')
-rw-r--r-- | libc/upstream-netbsd/android/include/namespace.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/upstream-netbsd/android/include/namespace.h b/libc/upstream-netbsd/android/include/namespace.h index a4d4151..5df543c 100644 --- a/libc/upstream-netbsd/android/include/namespace.h +++ b/libc/upstream-netbsd/android/include/namespace.h @@ -22,4 +22,7 @@ #undef __weak_alias #endif +__LIBC_HIDDEN__ int __res_enable_mt(void); +__LIBC_HIDDEN__ int __res_disable_mt(void); + #endif |