On 05/20/13 07:12, Peng Haitao wrote: > The function l64a() is not thread safe. > > Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> Thanks, Peng. Applied in my local branch for this work. Cheers, Michael > --- > man3/a64l.3 | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/man3/a64l.3 b/man3/a64l.3 > index 1f14b68..762ec79 100644 > --- a/man3/a64l.3 > +++ b/man3/a64l.3 > @@ -59,6 +59,15 @@ a-z represent 38-63 > .fi > .RE > So 123 = 59*64^0 + 1*64^1 = "v/". > +.SH ATTRIBUTES > +.SS Multithreading(see pthreads(7)) > +The > +.BR l64a () > +function is not thread-safe. > +.LP > +The > +.BR a64l () > +function is thread-safe. > .SH CONFORMING TO > POSIX.1-2001. > .SH NOTES > -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html