On 02/25/2015 06:17 AM, Ma Shimiao wrote: > Signed-off-by: Ma Shimiao <mashimiao.fnst@xxxxxxxxxxxxxx> Thanks, Ma Shimiao. Applied. Cheers, Michael > --- > man3/getpwent.3 | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/man3/getpwent.3 b/man3/getpwent.3 > index abcaec6..136b5ee 100644 > --- a/man3/getpwent.3 > +++ b/man3/getpwent.3 > @@ -172,6 +172,19 @@ T{ > .BR endpwent () > T} Thread safety MT-Unsafe race:pwent locale > .TE > + > +[[ > +In the above table, > +.I pwent > +in > +.I race:pwent > +signifies that if any of the functions > +.BR setpwent (), > +.BR getpwent (), > +or > +.BR endpwent () > +are used in parallel in different threads of a program, then data races could occur. > +]] > .SH CONFORMING TO > SVr4, 4.3BSD, POSIX.1-2001. > The > -- 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