]> git.ipfire.org Git - thirdparty/man-pages.git/commit
dlinfo.3: ATTRIBUTES: Note function that is thread-safe
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 22 Jul 2015 17:03:16 +0000 (19:03 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 8 Aug 2015 15:35:45 +0000 (17:35 +0200)
commit51f796a45082cca30160dc830f5a2460b016e9c5
treea9e351571ab29ba2ac651191530f6dd12d5d8837
parente8a1758ca308c0477a14d4a4767a7ac5782a7503
dlinfo.3: ATTRIBUTES: Note function that is thread-safe

After research, we think
* dlinfo()
is thread-safe. But, there are not markings of it in
glibc document.

[mtk: split out of a larger dlopen() patch]

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/dlinfo.3