LibC: Move pthread keys to TCB
This removes all TLS relocations from libc which may become handy ;)
This commit is contained in:
@@ -112,6 +112,8 @@ extern "C" void _init_libc(char** environ, init_funcs_t init_funcs, init_funcs_t
|
||||
.cancel_type = PTHREAD_CANCEL_DEFERRED,
|
||||
.cancel_state = PTHREAD_CANCEL_ENABLE,
|
||||
.canceled = false,
|
||||
.specific_keys = {},
|
||||
.specific_values = {},
|
||||
.dtv = { 0 },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user