From mboxrd@z Thu Jan 1 00:00:00 1970 From: MaShimiao Subject: Re: [PATCH] log2.3:ATTRIBUTES: Note functions that are thread-safe Date: Wed, 24 Dec 2014 16:55:05 +0800 Message-ID: <549A7F69.2070603@cn.fujitsu.com> References: <1418198920-21776-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: <1418198920-21776-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:08 PM, Ma Shimiao wrote: > The function log2(), log2f() and log2l() are thread safe. > > Signed-off-by: Ma Shimiao > --- > man3/log2.3 | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/man3/log2.3 b/man3/log2.3 > index febd171..e14e653 100644 > --- a/man3/log2.3 > +++ b/man3/log2.3 > @@ -88,6 +88,20 @@ For a discussion of the errors that can occur for these functions, see > .BR log (3). > .SH VERSIONS > These functions first appeared in glibc in version 2.1. > +.SH ATTRIBUTES > +For an explanation of the terms used in this section, see > +.BR attributes (7). > +.TS > +allbox; > +lbw24 lb lb > +l l l. > +Interface Attribute Value > +T{ > +.BR log2 (), > +.BR log2f (), > +.BR log2l () > +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