LibC: Move pthread keys to TCB
This removes all TLS relocations from libc which may become handy ;)
This commit is contained in:
@@ -439,6 +439,8 @@ namespace Kernel
|
||||
.cancel_type = 0,
|
||||
.cancel_state = 0,
|
||||
.canceled = 0,
|
||||
.specific_keys = {},
|
||||
.specific_values = {},
|
||||
.dtv = { 0, region->vaddr() }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user