linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] system.3: Indicate MT-Unsafe
@ 2020-10-06 16:15 Nate Karstens
  2020-10-06 17:26 ` Adhemerval Zanella
  0 siblings, 1 reply; 6+ messages in thread
From: Nate Karstens @ 2020-10-06 16:15 UTC (permalink / raw)
  To: mtk.manpages; +Cc: linux-man, libc-alpha, willy, Nate Karstens

The fact that system(3) does not support pthread_atfork(3) also means
that it is not thread safe. See the discussion for the proposal of a
close-on-fork flag in the 2020 April and May timeframe, especially:

https://lkml.org/lkml/2020/5/15/1067

Signed-off-by: Nate Karstens <nate.karstens@garmin.com>
---
 man3/system.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man3/system.3 b/man3/system.3
index aef40417a..8730fabd3 100644
--- a/man3/system.3
+++ b/man3/system.3
@@ -127,7 +127,7 @@ l l l.
 Interface	Attribute	Value
 T{
 .BR system ()
-T}	Thread safety	MT-Safe
+T}	Thread safety	MT-Unsafe
 .TE
 .SH CONFORMING TO
 POSIX.1-2001, POSIX.1-2008, C89, C99.
-- 
2.17.1


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

end of thread, other threads:[~2020-10-30 20:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-06 16:15 [PATCH] system.3: Indicate MT-Unsafe Nate Karstens
2020-10-06 17:26 ` Adhemerval Zanella
2020-10-07 14:35   ` Karstens, Nate
2020-10-07 18:06     ` Adhemerval Zanella
2020-10-27  7:08       ` Michael Kerrisk (man-pages)
2020-10-30 20:59         ` Karstens, Nate

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