rtld(1): minor clarification for LD_STATIC_TLS_EXTRA

(cherry picked from commit 8d74737035)
This commit is contained in:
Konstantin Belousov 2024-04-20 16:47:44 +03:00
parent f4ccd1122a
commit 2cd1939e2e

View file

@ -324,8 +324,11 @@ control to any user code.
If the variable is specified and has a numeric value,
.Nm
will set the size of the static TLS extra space to the specified number
of bytes. The static TLS extra space is used when loading objects with
dlopen. The minimum value that can be specified is \'128\'.
of bytes.
The static TLS extra space is used when loading objects compiled for
initial-exec TLS code model with
.Xr dlopen 3 .
The minimum value that can be specified is \'128\'.
.El
.Sh DIRECT EXECUTION MODE
.Nm