mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 01:55:19 +01:00
rtld(1): minor clarification for LD_STATIC_TLS_EXTRA
Also properly style the paragraph. Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
fa3b320668
commit
8d74737035
@ -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 New Issue
Block a user