Page MenuHomeFreeBSD

libthr: Remove the DTV_OFFSET macro.
ClosedPublic

Authored by jhb on Dec 8 2021, 9:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 10, 7:05 PM
Unknown Object (File)
Dec 6 2024, 12:28 PM
Unknown Object (File)
Nov 26 2024, 3:16 PM
Unknown Object (File)
Nov 23 2024, 6:52 AM
Unknown Object (File)
Nov 18 2024, 1:45 PM
Unknown Object (File)
Nov 18 2024, 11:30 AM
Unknown Object (File)
Oct 22 2024, 2:01 AM
Unknown Object (File)
Oct 21 2024, 1:28 PM
Subscribers

Details

Summary

This macro is confusing as it is not related to the similarly named
TLS_DTV_OFFSET. Instead, replace its one use with the desired
expression which is the same on all platforms.

Sponsored by: The University of Cambridge, Google Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable