mblen.3: Modify thread-safety information

As annotation in glibc manual is more detailed, change the
thread-safety information to be the same as glibc manual.

Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Ma Shimiao 2015-01-15 10:27:46 +08:00 committed by Michael Kerrisk
parent 89456d0978
commit ae47f91ac6
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ l l l.
Interface Attribute Value
T{
.BR mblen ()
T} Thread safety MT-Unsafe
T} Thread safety MT-Unsafe race
.TE
.SH CONFORMING TO
C99.