linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] wcstoimax.3: ATTRIBUTES: Note functions that are thread safe with exceptions
@ 2013-11-18  5:51 Peng Haitao
       [not found] ` <1384753876-26499-1-git-send-email-penght-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Peng Haitao @ 2013-11-18  5:51 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: carlos-v2tUB8YBRSi3e3T8WW9gsA, aoliva-H+wXaHxf7aLQT0dZR+AlfA,
	linux-man-u79uwXL29TY76Z2rM5mHXA

The functions wcstoimax() and wcstoumax() are thread safe with
exceptions.

Signed-off-by: Peng Haitao <penght-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
---
 man3/wcstoimax.3 | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/man3/wcstoimax.3 b/man3/wcstoimax.3
index c79ccda..626aa3c 100644
--- a/man3/wcstoimax.3
+++ b/man3/wcstoimax.3
@@ -21,7 +21,7 @@
 .\" <http://www.gnu.org/licenses/>.
 .\" %%%LICENSE_END
 .\"
-.TH WCSTOIMAX 3 2003-11-01 "" "Linux Programmer's Manual"
+.TH WCSTOIMAX 3 2013-11-18 "" "Linux Programmer's Manual"
 .SH NAME
 wcstoimax, wcstoumax \- convert wide-character string to integer
 .SH SYNOPSIS
@@ -46,6 +46,17 @@ except that they return a value of type
 and
 .IR uintmax_t ,
 respectively.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR wcstoimax ()
+and
+.BR wcstoumax ()
+functions are thread-safe with exceptions.
+These functions can be safely used in multithreaded applications,
+as long as
+.BR setlocale (3)
+is not called to change the locale.
 .SH CONFORMING TO
 C99.
 .SH SEE ALSO
-- 
1.8.3.1

--
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] 2+ messages in thread

end of thread, other threads:[~2013-12-07 22:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-18  5:51 [PATCH] wcstoimax.3: ATTRIBUTES: Note functions that are thread safe with exceptions Peng Haitao
     [not found] ` <1384753876-26499-1-git-send-email-penght-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2013-12-07 22:40   ` 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).