scandir.3: ATTRIBUTES: Note functions that are thread-safe

The markings match glibc markings.

scandir:     MT-Safe
scandirat:   MT-Safe

alphasort:   MT-Safe locale
versionsort: MT-Safe locale

Signed-off-by: Zeng Linggang <zenglg.jy@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Zeng Linggang 2015-04-08 10:56:22 +08:00 committed by Michael Kerrisk
parent 1567901b96
commit 9ec9e8274e
1 changed files with 18 additions and 0 deletions

View File

@ -226,6 +226,24 @@ was added to glibc in version 2.1.
.BR scandirat ()
was added to glibc in version 2.15.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
.TS
allbox;
lbw26 lb lb
l l l.
Interface Attribute Value
T{
.BR scandir (),
.BR scandirat ()
T} Thread safety MT-Safe
T{
.BR alphasort (),
.BR versionsort ()
T} Thread safety MT-Safe locale
.TE
.SH CONFORMING TO
.BR alphasort (),
.BR scandir ():