Merge "Hide __libc_init_vdso()."

This commit is contained in:
Dan Albert 2014-08-13 21:07:11 +00:00 committed by Gerrit Code Review
commit 9a74e4c15c

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;