diff options
| author | Peng Haitao <penght@cn.fujitsu.com> | 2014-07-14 17:18:52 +0800 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-02-27 13:57:21 +0100 |
| commit | fb4e76f48c69dc93d596fa60a472c5f803d5714b (patch) | |
| tree | b1a9250676e18e830ff367813284ae7ca6abdc7f /man3/strftime.3 | |
| parent | 2ed47574961716a65c35b6474eae62a20c44428d (diff) | |
| download | man-pages-fb4e76f48c69dc93d596fa60a472c5f803d5714b.tar.gz | |
strftime.3: ATTRIBUTES: Note function that is thread safe with exceptions
The function strftime() is thread safe with exceptions.
Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/strftime.3')
| -rw-r--r-- | man3/strftime.3 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man3/strftime.3 b/man3/strftime.3 index 05ca0a4998..ea78b79f8d 100644 --- a/man3/strftime.3 +++ b/man3/strftime.3 @@ -358,6 +358,18 @@ The environment variables and .B LC_TIME are used. +.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 strftime () +T} Thread safety MT-Safe env locale +.TE .SH CONFORMING TO SVr4, C89, C99. There are strict inclusions between the set of conversions |
