On 06/03/2015 12:16 PM, Zeng Linggang wrote:
After research, We think getaddrinfo(), freeaddrinfo() and
gai_strerror() are thread-safe. But, there are not markings
of them in glibc document.
Thanks, Zeng Linggang. Applied.
Cheers,
Michael
quoted hunk
Signed-off-by: Zeng Linggang <redacted>
---
man3/getaddrinfo.3 | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/man3/getaddrinfo.3 b/man3/getaddrinfo.3
index 4e8a55b..b2004fe 100644
--- a/man3/getaddrinfo.3
+++ b/man3/getaddrinfo.3
@@ -592,6 +592,23 @@ function translates these error codes to a human readable string,
suitable for error reporting.
.SH FILES
.I /etc/gai.conf
+.SH ATTRIBUTES
+For an explanation of the terms used in this section, see
+.BR attributes (7).
+.TS
+allbox;
+lbw15 lb lb
+l l l.
+Interface Attribute Value
+T{
+.BR getaddrinfo ()
+T} Thread safety MT-Safe env locale
+T{
+.BR freeaddrinfo (),
+.BR gai_strerror ()
+T} Thread safety MT-Safe
+.TE
+
.SH CONFORMING TO
POSIX.1-2001.
The
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
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