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

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

Signed-off-by: Zeng Linggang <zenglg.jy-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
---
 man3/fexecve.3 | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/man3/fexecve.3 b/man3/fexecve.3
index 77c1a98..ddfc07f 100644
--- a/man3/fexecve.3
+++ b/man3/fexecve.3
@@ -91,6 +91,19 @@ filesystem could not be accessed.
 .SH VERSIONS
 .BR fexecve ()
 is implemented since glibc 2.3.2.
+.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 fexecve ()
+T}	Thread safety	MT-Safe
+.TE
+
 .SH CONFORMING TO
 POSIX.1-2008.
 This function is not specified in POSIX.1-2001,
-- 
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] 24+ messages in thread

end of thread, other threads:[~2015-06-16  6:49 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-27 10:12 [PATCH] fexecve.3: ATTRIBUTES: Note function that is thread-safe Zeng Linggang
     [not found] ` <1432721584-11342-1-git-send-email-zenglg.jy-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2015-05-27 10:12   ` [PATCH] getnetent_r.3: ATTRIBUTES: Note functions that are thread-safe Zeng Linggang
     [not found]     ` <1432721584-11342-2-git-send-email-zenglg.jy-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2015-06-12 19:09       ` Michael Kerrisk (man-pages)
2015-05-27 10:12   ` [PATCH] getpw.3: ATTRIBUTES: Note function that is thread-safe Zeng Linggang
     [not found]     ` <1432721584-11342-3-git-send-email-zenglg.jy-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2015-06-12 19:09       ` Michael Kerrisk (man-pages)
2015-05-27 10:12   ` [PATCH] key_setsecret.3: ATTRIBUTES: Note functions that are thread-safe Zeng Linggang
     [not found]     ` <1432721584-11342-4-git-send-email-zenglg.jy-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2015-06-12 19:10       ` Michael Kerrisk (man-pages)
2015-05-27 10:12   ` [PATCH] pthread_attr_setaffinity_np.3 " Zeng Linggang
     [not found]     ` <1432721584-11342-5-git-send-email-zenglg.jy-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2015-06-12 19:10       ` Michael Kerrisk (man-pages)
2015-05-27 10:13   ` [PATCH] pthread_cleanup_push.3 " Zeng Linggang
     [not found]     ` <1432721584-11342-6-git-send-email-zenglg.jy-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2015-06-12 19:10       ` Michael Kerrisk (man-pages)
2015-05-27 10:13   ` [PATCH] pthread_getattr_np.3: ATTRIBUTES: Note function that is thread-safe Zeng Linggang
     [not found]     ` <1432721584-11342-7-git-send-email-zenglg.jy-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2015-06-12 19:10       ` Michael Kerrisk (man-pages)
2015-05-27 10:13   ` [PATCH] pthread_tryjoin_np.3 ATTRIBUTES: Note functions that are thread-safe Zeng Linggang
     [not found]     ` <1432721584-11342-8-git-send-email-zenglg.jy-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2015-06-12 19:11       ` Michael Kerrisk (man-pages)
2015-05-27 10:13   ` [PATCH] putgrent.3: ATTRIBUTES: Note function that is thread-safe Zeng Linggang
     [not found]     ` <1432721584-11342-9-git-send-email-zenglg.jy-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2015-06-12 19:11       ` Michael Kerrisk (man-pages)
2015-05-27 10:13   ` [PATCH] xcrypt.3 ATTRIBUTES: Note functions that are thread-safe Zeng Linggang
     [not found]     ` <1432721584-11342-10-git-send-email-zenglg.jy-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2015-06-12 19:11       ` Michael Kerrisk (man-pages)
2015-05-27 15:42   ` [PATCH] fexecve.3: ATTRIBUTES: Note function that is thread-safe Samuel Bronson
     [not found]     ` <CAJYzjmf22=VTKOd1Fk-o_vAATp4RRZSoohh-uDdpQHh9UWBdXA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-06-12 19:01       ` Michael Kerrisk (man-pages)
     [not found]         ` <557B2C8D.3030401-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-06-15  3:58           ` Zeng Linggang
2015-06-16  6:49             ` Michael Kerrisk (man-pages)
2015-06-15  3:55       ` Zeng Linggang

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).