Hide various symbols that shouldn't be exposed.

A mangled symbol in libc.so is a symbol that shouldn't be exported
by libc.so.

Change-Id: Id92d1e1968b3d11d111a5d9ef692adb1ac7694a1
This commit is contained in:
Elliott Hughes
2013-03-15 16:31:09 -07:00
parent c14166477e
commit ce532721aa
4 changed files with 6 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ __END_DECLS
#if defined(__cplusplus)
struct KernelArgumentBlock;
void __libc_init_common(KernelArgumentBlock& args);
void __LIBC_HIDDEN__ __libc_init_common(KernelArgumentBlock& args);
#endif
#endif