From: Zeng Linggang Date: Sun, 19 Jul 2015 12:43:45 +0000 (+0200) Subject: dladdr.3: ATTRIBUTES: Note functions that are thread-safe X-Git-Tag: man-pages-4.02~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=06c0008da9594bb77b87de76e7aa95fa4e6d08d1;p=thirdparty%2Fman-pages.git dladdr.3: ATTRIBUTES: Note functions that are thread-safe After research, we think * dladdr(), * dladdr1() are thread-safe. But, there are not markings of them in glibc document. [mtk: Split out patches for formerly single dlopen.3 page] Signed-off-by: Zeng Linggang Signed-off-by: Michael Kerrisk --- diff --git a/man3/dladdr.3 b/man3/dladdr.3 index 5c2af28edd..f4c6496b7e 100644 --- a/man3/dladdr.3 +++ b/man3/dladdr.3 @@ -240,6 +240,19 @@ available via is present in glibc 2.0 and later. .BR dladdr1 () 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; +lbw19 lb lb +l l l. +Interface Attribute Value +T{ +.BR dladdr (), +.BR dladdr1 () +T} Thread safety MT-Safe +.TE .SH CONFORMING TO These functions are nonstandard GNU extensions that are also present on Solaris.