]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/commitdiff
Hide __libc_init_vdso().
authorDan Albert <danalbert@google.com>
Wed, 13 Aug 2014 20:11:58 +0000 (13:11 -0700)
committerDan Albert <danalbert@google.com>
Wed, 13 Aug 2014 20:11:58 +0000 (13:11 -0700)
Bug: 11156955
Change-Id: I7ee31e1ee2ce479c5746b374a239637d582815fe

libc/bionic/libc_init_common.cpp

index 9e4eecde4c018a4d8f61c4032ba94cf9f4996c7e..ff9940ef76ea7f3330e6d71505679f53f30fd893 100644 (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;