diff options
| author | Elliott Hughes <enh@google.com> | 2014-07-14 14:41:47 -0700 |
|---|---|---|
| committer | Elliott Hughes <enh@google.com> | 2014-07-14 15:13:30 -0700 |
| commit | a167eef5482d4a89d4277ec74f57adbe38052813 (patch) | |
| tree | 53cfbccf1f41116a46996951eb08b6f00fb1fd09 /libc/upstream-netbsd/android | |
| parent | 673bff01aed0c08991b98841ed0bfad78a589672 (diff) | |
| download | bionic-a167eef5482d4a89d4277ec74f57adbe38052813.zip bionic-a167eef5482d4a89d4277ec74f57adbe38052813.tar.gz bionic-a167eef5482d4a89d4277ec74f57adbe38052813.tar.bz2 | |
Fix visibility for a bunch more symbols.
Bug: 11156955
Bug: 15291317
Change-Id: I664f25cce7c17085a101d6593d8e01525a1f6a90
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 |
