From: Michael Kerrisk Date: Sun, 19 Jul 2015 12:48:53 +0000 (+0200) Subject: dlerror.3: ATTRIBUTES: Note function that is thread-safe X-Git-Tag: man-pages-4.02~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eab0df17366943a1acaaa368315c999064a62c61;p=thirdparty%2Fman-pages.git 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 Signed-off-by: Michael Kerrisk --- 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