Thanks, Haitao. Applied. Cheers, Michael On 03/10/2014 07:22 AM, Peng Haitao wrote: > The function memccpy() is thread safe. > > Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> > --- > man3/memccpy.3 | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/man3/memccpy.3 b/man3/memccpy.3 > index 1e10ead..1b0e65f 100644 > --- a/man3/memccpy.3 > +++ b/man3/memccpy.3 > @@ -27,7 +27,7 @@ > .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) > .\" 386BSD man pages > .\" Modified Sat Jul 24 18:57:24 1993 by Rik Faith (faith@xxxxxxxxxx) > -.TH MEMCCPY 3 2009-01-13 "GNU" "Linux Programmer's Manual" > +.TH MEMCCPY 3 2014-03-10 "GNU" "Linux Programmer's Manual" > .SH NAME > memccpy \- copy memory area > .SH SYNOPSIS > @@ -67,6 +67,11 @@ first > .I n > characters of > .IR src . > +.SH ATTRIBUTES > +.SS Multithreading (see pthreads(7)) > +The > +.BR memccpy () > +function is thread-safe. > .SH CONFORMING TO > SVr4, 4.3BSD, POSIX.1-2001. > .SH SEE ALSO > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- 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