Hide __libc_init_vdso().

Bug: 11156955
Change-Id: I7ee31e1ee2ce479c5746b374a239637d582815fe
This commit is contained in:
Dan Albert 2014-08-13 13:11:58 -07:00
parent 6e3823d37e
commit b3aaf398e1

View File

@ -51,7 +51,7 @@ extern "C" int __system_properties_init(void);
extern "C" int __set_tls(void* ptr);
extern "C" int __set_tid_address(int* tid_address);
void __libc_init_vdso();
__LIBC_HIDDEN__ void __libc_init_vdso();
// Not public, but well-known in the BSDs.
const char* __progname;