linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dl_iterate_phdr.3: ATTRIBUTES: Note function that is thread-safe
@ 2015-06-03 10:16 Zeng Linggang
       [not found] ` <1433326594-25001-1-git-send-email-zenglg.jy-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
  0 siblings, 1 reply; 20+ messages in thread
From: Zeng Linggang @ 2015-06-03 10:16 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
---
 man3/dl_iterate_phdr.3 | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/man3/dl_iterate_phdr.3 b/man3/dl_iterate_phdr.3
index be06d1f..d83ca35 100644
--- a/man3/dl_iterate_phdr.3
+++ b/man3/dl_iterate_phdr.3
@@ -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 ()
-- 
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2015-06-12 19:28 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-03 10:16 [PATCH] dl_iterate_phdr.3: ATTRIBUTES: Note function that is thread-safe Zeng Linggang
     [not found] ` <1433326594-25001-1-git-send-email-zenglg.jy-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2015-06-03 10:16   ` [PATCH] getaddrinfo.3: ATTRIBUTES: Note functions that are thread-safe Zeng Linggang
     [not found]     ` <1433326594-25001-2-git-send-email-zenglg.jy-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2015-06-12 19:25       ` Michael Kerrisk (man-pages)
2015-06-03 10:16   ` [PATCH] getnameinfo.3: ATTRIBUTES: Note function that is thread-safe Zeng Linggang
     [not found]     ` <1433326594-25001-3-git-send-email-zenglg.jy-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2015-06-12 19:26       ` Michael Kerrisk (man-pages)
2015-06-03 10:16   ` [PATCH] getprotoent.3: ATTRIBUTES: Note functions that aren't thread-safe Zeng Linggang
     [not found]     ` <1433326594-25001-4-git-send-email-zenglg.jy-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2015-06-12 19:26       ` Michael Kerrisk (man-pages)
2015-06-03 10:16   ` [PATCH] getrpcport.3: ATTRIBUTES: Note function that is thread-safe Zeng Linggang
     [not found]     ` <1433326594-25001-5-git-send-email-zenglg.jy-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2015-06-12 19:26       ` Michael Kerrisk (man-pages)
2015-06-03 10:16   ` [PATCH] getservent.3: ATTRIBUTES: Note functions that aren't thread-safe Zeng Linggang
     [not found]     ` <1433326594-25001-6-git-send-email-zenglg.jy-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2015-06-12 19:26       ` Michael Kerrisk (man-pages)
2015-06-03 10:16   ` [PATCH] malloc_get_state.3: ATTRIBUTES: Note functions that are thread-safe Zeng Linggang
     [not found]     ` <1433326594-25001-7-git-send-email-zenglg.jy-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2015-06-12 19:27       ` Michael Kerrisk (man-pages)
2015-06-03 10:16   ` [PATCH] malloc_trim.3: ATTRIBUTES: Note function that is thread-safe Zeng Linggang
     [not found]     ` <1433326594-25001-8-git-send-email-zenglg.jy-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2015-06-12 19:27       ` Michael Kerrisk (man-pages)
2015-06-03 10:16   ` [PATCH] rpmatch.3: " Zeng Linggang
     [not found]     ` <1433326594-25001-9-git-send-email-zenglg.jy-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2015-06-12 19:27       ` Michael Kerrisk (man-pages)
2015-06-03 10:16   ` [PATCH] sem_close.3: " Zeng Linggang
     [not found]     ` <1433326594-25001-10-git-send-email-zenglg.jy-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2015-06-12 19:28       ` Michael Kerrisk (man-pages)
2015-06-12 19:25   ` [PATCH] dl_iterate_phdr.3: " Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).