aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-07-22 19:03:16 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-08-08 17:35:45 +0200
commit51f796a45082cca30160dc830f5a2460b016e9c5 (patch)
treea9e351571ab29ba2ac651191530f6dd12d5d8837
parente8a1758ca308c0477a14d4a4767a7ac5782a7503 (diff)
downloadman-pages-51f796a45082cca30160dc830f5a2460b016e9c5.tar.gz
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>
-rw-r--r--man3/dlinfo.312
1 files changed, 12 insertions, 0 deletions
diff --git a/man3/dlinfo.3 b/man3/dlinfo.3
index 1df41186bd..be886c7823 100644
--- a/man3/dlinfo.3
+++ b/man3/dlinfo.3
@@ -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