Fix visibility for a bunch more symbols.

Bug: 11156955
Bug: 15291317
Change-Id: I664f25cce7c17085a101d6593d8e01525a1f6a90
This commit is contained in:
Elliott Hughes
2014-07-14 14:41:47 -07:00
parent 673bff01ae
commit a167eef548
5 changed files with 16 additions and 14 deletions

View File

@@ -22,4 +22,7 @@
#undef __weak_alias
#endif
__LIBC_HIDDEN__ int __res_enable_mt(void);
__LIBC_HIDDEN__ int __res_disable_mt(void);
#endif