asinh.3: ATTRIBUTES: Note functions that are thread-safe

The functions asinh(), asinhf() and asinhl() are thread safe.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Peng Haitao 2013-10-14 13:45:20 +08:00 committed by Michael Kerrisk
parent a2d1783de2
commit a5398d89ac
1 changed files with 9 additions and 1 deletions

View File

@ -32,7 +32,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH ASINH 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.TH ASINH 3 2013-10-14 "GNU" "Linux Programmer's Manual"
.SH NAME
asinh, asinhf, asinhl \- inverse hyperbolic sine function
.SH SYNOPSIS
@ -102,6 +102,14 @@ positive infinity (negative infinity) is returned.
.\" glibc 2.8 does not do this.
.SH ERRORS
No errors occur.
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
.BR asinh (),
.BR asinhf (),
and
.BR asinhl ()
functions are thread-safe.
.SH CONFORMING TO
C99, POSIX.1-2001.
The variant returning