On 06/06/13 05:25, Peng Haitao wrote: > The function strtok() is not thread safe. Thanks, Peng. Applied in my local branch. Cheers, Michael > Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> > --- > man3/strtok.3 | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/man3/strtok.3 b/man3/strtok.3 > index 6895d38..754ed3e 100644 > --- a/man3/strtok.3 > +++ b/man3/strtok.3 > @@ -110,6 +110,15 @@ and > .BR strtok_r () > functions return a pointer to > the next token, or NULL if there are no more tokens. > +.SH ATTRIBUTES > +.SS Multithreading (see pthreads(7)) > +The > +.BR strtok () > +function is not thread-safe. > +.LP > +The > +.BR strtok_r () > +function is thread-safe. > .SH CONFORMING TO > .TP > .BR strtok () > -- 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