mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
rtld(1): minor clarification for LD_STATIC_TLS_EXTRA
(cherry picked from commit 8d74737035)
This commit is contained in:
parent
f4ccd1122a
commit
2cd1939e2e
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue