From mboxrd@z Thu Jan 1 00:00:00 1970 From: MaShimiao Subject: Re: [PATCH] pow10.3:ATTRIBUTES: Note functions that are thread-safe Date: Wed, 24 Dec 2014 16:52:21 +0800 Message-ID: <549A7EC5.4060901@cn.fujitsu.com> References: <1418201442-24965-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: <1418201442-24965-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:50 PM, Ma Shimiao wrote: > The function pow10(), pow10f() and pow10l() are thread safe. > > Signed-off-by: Ma Shimiao > --- > man3/pow10.3 | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/man3/pow10.3 b/man3/pow10.3 > index d6368fc..9a80827 100644 > --- a/man3/pow10.3 > +++ b/man3/pow10.3 > @@ -46,6 +46,20 @@ power > .IR x . > .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; > +lbw28 lb lb > +l l l. > +Interface Attribute Value > +T{ > +.BR pow10 (), > +.BR pow10f (), > +.BR pow10l () > +T} Thread safety MT-Safe > +.TE > .SH CONFORMING TO > This is a GNU extension. > .SH NOTES > -- 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