tzset.3: ATTRIBUTES: Note function that is thread safe with exceptions

The function tzset() is thread safe with exceptions.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Peng Haitao 2014-08-04 18:26:13 +08:00 committed by Michael Kerrisk
parent ce71af89fa
commit 1a14cdb6f0
1 changed files with 12 additions and 0 deletions

View File

@ -204,6 +204,18 @@ By default, the zoneinfo Makefile hard links it to the
.PP
Above are the current standard file locations, but they are
configurable when glibc is compiled.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
.TS
allbox;
lb lb lb
l l l.
Interface Attribute Value
T{
.BR tzset ()
T} Thread safety MT-Safe env locale
.TE
.SH CONFORMING TO
SVr4, POSIX.1-2001, 4.3BSD.
.SH NOTES