aboutsummaryrefslogtreecommitdiffstats
path: root/man3/dlerror.3
diff options
context:
space:
mode:
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