aboutsummaryrefslogtreecommitdiffstats
path: root/man3/dlerror.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-07-19 14:48:53 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-08-08 17:35:44 +0200
commiteab0df17366943a1acaaa368315c999064a62c61 (patch)
tree5c403700e0d9ee51d681fdd77af93335ab52f164 /man3/dlerror.3
parent06c0008da9594bb77b87de76e7aa95fa4e6d08d1 (diff)
downloadman-pages-eab0df17366943a1acaaa368315c999064a62c61.tar.gz
dlerror.3: ATTRIBUTES: Note function that is thread-safe
After research, we think * dlerror() is thread-safe. But, there are not markings of it in glibc document. [mtk: Split out patch for formerly single dlopen.3 page] Signed-off-by: Zeng Linggang <zenglg.jy@cn.fujitsu.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/dlerror.3')
-rw-r--r--man3/dlerror.312
1 files changed, 12 insertions, 0 deletions
diff --git a/man3/dlerror.3 b/man3/dlerror.3
index 6eb1ca5f85..d180cc7557 100644
--- a/man3/dlerror.3
+++ b/man3/dlerror.3
@@ -48,6 +48,18 @@ it was last called.
.SH VERSIONS
.BR dlerror ()
is present in glibc 2.0 and later.
+.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 dlerror ()
+T} Thread safety MT-Safe
+.TE
.SH CONFORMING TO
POSIX.1-2001.
.SH NOTES