]> xenbits.xensource.com Git - unikraft/libs/musl.git/commit
Remove `__unmapself` and `set_thread_area`
authorDragos Iulian Argint <dragosargint21@gmail.com>
Sun, 14 Aug 2022 21:49:00 +0000 (00:49 +0300)
committerUnikraft <monkey@unikraft.io>
Thu, 24 Nov 2022 11:56:36 +0000 (11:56 +0000)
commitc6a330c243fa390f2afc786e5c803dd344d51b3d
treedfd40a19fa8103bdc4e7632dd5da517d0533ab3c
parentc3afcb8cf78141d96cee13754b78cf8b35268397
Remove `__unmapself` and `set_thread_area`

Comment the sources corresponding to the functions
__unmapself() (for detached threads) and
__set_thread_area() (for setting the fs register
to the tls pointer) because they will be reintroduced
as glue code.

Signed-off-by: Dragos Iulian Argint <dragosargint21@gmail.com>
Reviewed-by: Florin Postolache <florin.postolache80@gmail.com>
Reviewed-by: Simon Kuenzer <simon@unikraft.io>
Reviewed-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
Reviewed-by: Robert Kuban <robert.kuban@opensynergy.com>
Approved-by: Simon Kuenzer <simon@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #9
Makefile.uk.musl.thread