canonicalize_file_name.3: ATTRIBUTES: Note function that is thread-safe

The functions canonicalize_file_name() in glibc is thread safe.
It's marking matches glibc marking.

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-02-04 13:03:41 +08:00 committed by Michael Kerrisk
parent b4a2fb2155
commit e8b8184df8
1 changed files with 12 additions and 0 deletions

View File

@ -70,6 +70,18 @@ to indicate the error.
.SH ERRORS
See
.BR realpath (3).
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
.TS
allbox;
lbw24 lb lb
l l l.
Interface Attribute Value
T{
.BR canonicalize_file_name ()
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
This function is a GNU extension.
.SH SEE ALSO