From mboxrd@z Thu Jan 1 00:00:00 1970 From: MaShimiao Subject: Re: [PATCH] log10.3:ATTRIBUTES: Note functions that are thread-safe Date: Wed, 24 Dec 2014 16:54:51 +0800 Message-ID: <549A7F5B.6040102@cn.fujitsu.com> References: <1418199369-22354-1-git-send-email-mashimiao.fnst@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1418199369-22354-1-git-send-email-mashimiao.fnst-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org> Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Cc: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-man@vger.kernel.org Ping. On 12/10/2014 04:16 PM, Ma Shimiao wrote: > The function log10(), log10f() and log10l() are thread safe. > > Signed-off-by: Ma Shimiao > --- > man3/log10.3 | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/man3/log10.3 b/man3/log10.3 > index 8485f41..19d7e8f 100644 > --- a/man3/log10.3 > +++ b/man3/log10.3 > @@ -86,6 +86,20 @@ when calling these functions. > > For a discussion of the errors that can occur for these functions, see > .BR log (3). > +.SH ATTRIBUTES > +For an explanation of the terms used in this section, see > +.BR attributes (7). > +.TS > +allbox; > +lbw28 lb lb > +l l l. > +Interface Attribute Value > +T{ > +.BR log10 (), > +.BR log10f (), > +.BR log10l () > +T} Thread safety MT-Safe > +.TE > .SH CONFORMING TO > C99, POSIX.1-2001. > The variant returning > -- Ma Shimiao Development Dept.I Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) -- 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