Switch to using AT_RANDOM for the stack guards.
Bug: 7959813 Change-Id: I8db4b8912ba649bfe668c6f22aa44690ddd401a2
This commit is contained in:
@@ -133,9 +133,11 @@ extern void* __get_tls( void );
|
||||
/* return the stack base and size, used by our malloc debugger */
|
||||
extern void* __get_stack_base(int *p_stack_size);
|
||||
|
||||
/* Initialize the TLS. */
|
||||
extern void __libc_init_tls(void* kernel_argument_block);
|
||||
|
||||
__END_DECLS
|
||||
|
||||
#if defined(__cplusplus)
|
||||
struct KernelArgumentBlock;
|
||||
extern void __libc_init_tls(KernelArgumentBlock& args);
|
||||
#endif
|
||||
|
||||
#endif /* _SYS_TLS_H */
|
||||
|
||||
Reference in New Issue
Block a user