am 9a74e4c1: Merge "Hide __libc_init_vdso()."

* commit '9a74e4c15c17b9126ad348d865002880fc36bd12':
  Hide __libc_init_vdso().
This commit is contained in:
Dan Albert 2014-08-13 23:05:11 +00:00 committed by Android Git Automerger
commit 0733727194

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;