diff options
| author | Peng Haitao <penght@cn.fujitsu.com> | 2014-07-14 16:44:21 +0800 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-02-27 13:57:21 +0100 |
| commit | 2ed47574961716a65c35b6474eae62a20c44428d (patch) | |
| tree | 51b5f614634ea48c8837bc46928e695b13b959be | |
| parent | 3fdf5198e431cad0b0ae8d93f5c912bdc4043481 (diff) | |
| download | man-pages-2ed47574961716a65c35b6474eae62a20c44428d.tar.gz | |
strptime.3: ATTRIBUTES: Note function that is thread safe with exceptions
The function strptime() is thread safe with exceptions.
Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man3/strptime.3 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man3/strptime.3 b/man3/strptime.3 index 923561e6df..21b37062ee 100644 --- a/man3/strptime.3 +++ b/man3/strptime.3 @@ -299,6 +299,18 @@ If fails to match all of the format string and therefore an error occurred, the function returns NULL. +.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 strptime () +T} Thread safety MT-Safe env locale +.TE .SH CONFORMING TO SUSv2, POSIX.1-2001. .SH NOTES |
