Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
options/rtdl: Fix alignment overhead computation for the TLS allocation
The alignment overhead is used to properly align the TCB, which on x86_64 needs to be aligned to the max TLS block alignment so that accessing blocks before it yields aligned addresses. Fixes #960.
- Loading branch information