diff options
| author | Zeng Linggang <zenglg.jy@cn.fujitsu.com> | 2015-07-19 14:43:45 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-08-08 17:35:44 +0200 |
| commit | 06c0008da9594bb77b87de76e7aa95fa4e6d08d1 (patch) | |
| tree | 4cb0834749410ef23206b0b0a66d9fbe76cbfb0a | |
| parent | 92bade29b9dc590b1bbf98ffb8af376d552f24dc (diff) | |
| download | man-pages-06c0008da9594bb77b87de76e7aa95fa4e6d08d1.tar.gz | |
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 <zenglg.jy@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man3/dladdr.3 | 13 |
1 files changed, 13 insertions, 0 deletions
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. |
