dl_iterate_phdr.3: ATTRIBUTES: Note function that is thread-safe

After research, We think dl_iterate_phdr() is thread-safe. But, there
is not marking of dl_iterate_phdr() in glibc document.

Signed-off-by: Zeng Linggang <zenglg.jy@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Zeng Linggang 2015-06-03 18:16:25 +08:00 committed by Michael Kerrisk
parent 332d685555
commit 1ee2274c39
1 changed files with 13 additions and 0 deletions

View File

@ -154,6 +154,19 @@ function returns whatever value was returned by the last call to
.SH VERSIONS
.BR dl_iterate_phdr ()
has been supported in glibc since version 2.2.4.
.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 dl_iterate_phdr ()
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
The
.BR dl_iterate_phdr ()