On 11/05/13 21:16, Peng Haitao wrote: > The function wmemcmp() is thread safe. Thanks, Peng Haitao. Applied. Cheers, Michael > Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> > --- > man3/wmemcmp.3 | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/man3/wmemcmp.3 b/man3/wmemcmp.3 > index 4b67f90..5b523ac 100644 > --- a/man3/wmemcmp.3 > +++ b/man3/wmemcmp.3 > @@ -12,7 +12,7 @@ > .\" Dinkumware C library reference http://www.dinkumware.com/ > .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html > .\" > -.TH WMEMCMP 3 1999-07-25 "GNU" "Linux Programmer's Manual" > +.TH WMEMCMP 3 2013-11-05 "GNU" "Linux Programmer's Manual" > .SH NAME > wmemcmp \- compare two arrays of wide-characters > .SH SYNOPSIS > @@ -67,6 +67,11 @@ wide-character > .I s1[i] > is less than > .IR s2[i] . > +.SH ATTRIBUTES > +.SS Multithreading (see pthreads(7)) > +The > +.BR wmemcmp () > +function is thread-safe. > .SH CONFORMING TO > C99. > .SH SEE ALSO > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ -- 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