Fix visibility for a bunch more symbols.
Bug: 11156955
Bug: 15291317
(cherry picked from commit a167eef548
)
Change-Id: Ib038ad34ef59631f7b4ed6dff2b7956001b8b159
This commit is contained in:
@@ -49,14 +49,7 @@
|
||||
*/
|
||||
__LIBC_HIDDEN__ int __srget(FILE*);
|
||||
__LIBC_HIDDEN__ int __swbuf(int, FILE*);
|
||||
|
||||
/*
|
||||
* The NDK apparently includes an android_support.a library that
|
||||
* refers to __srefill in its copy of the vsnprintf implementation.
|
||||
*/
|
||||
/* TODO(LP64): __LIBC_HIDDEN__ int __srefill(FILE*);*/
|
||||
/* http://b/15291317: the LP64 NDK needs to be fixed to remove that cruft. */
|
||||
__LIBC_ABI_PUBLIC__ int __srefill(FILE*);
|
||||
__LIBC_HIDDEN__ int __srefill(FILE*);
|
||||
#else
|
||||
__LIBC_ABI_PUBLIC__ int __srget(FILE*);
|
||||
__LIBC_ABI_PUBLIC__ int __swbuf(int, FILE*);
|
||||
|
Reference in New Issue
Block a user