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:
@@ -114,7 +114,7 @@ __END_DECLS
|
||||
|
||||
#if defined(__cplusplus)
|
||||
struct KernelArgumentBlock;
|
||||
extern void __libc_init_tls(KernelArgumentBlock& args);
|
||||
extern __LIBC_HIDDEN__ void __libc_init_tls(KernelArgumentBlock& args);
|
||||
#endif
|
||||
|
||||
#endif /* _SYS_TLS_H */
|
||||
|
||||
Reference in New Issue
Block a user