Use a less misleading name for the code that sets up the main thread.

Change-Id: I50c1b0a3b633cf8bc40a6bd86f12adb6b91e2888
This commit is contained in:
Elliott Hughes
2015-07-21 11:57:09 -07:00
parent c99fabb7a0
commit d29486343a
4 changed files with 15 additions and 15 deletions

View File

@@ -90,7 +90,7 @@ __noreturn void __libc_init(void* raw_args,
int (*slingshot)(int, char**, char**),
structors_array_t const * const structors) {
KernelArgumentBlock args(raw_args);
__libc_init_tls(args);
__libc_init_main_thread(args);
__libc_init_AT_SECURE(args);
__libc_init_common(args);