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:
@@ -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
|
||||
|
Reference in New Issue
Block a user