dlinfo.3: ATTRIBUTES: Note function that is thread-safe

After research, we think
* dlinfo()
is thread-safe. But, there are not markings of it in
glibc document.

[mtk: split out of a larger dlopen() patch]

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-07-22 19:03:16 +02:00
parent e8a1758ca3
commit 51f796a450
1 changed files with 12 additions and 0 deletions

View File

@ -222,6 +222,18 @@ On failure, it returns \-1; the cause of the error can be diagnosed using
.SH VERSIONS
.BR dlinfo ()
first appeared in glibc 2.3.3.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
.TS
allbox;
lb lb lb
l l l.
Interface Attribute Value
T{
.BR dlinfo ()
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
This function is a nonstandard GNU extension.
.SH NOTES