diff options
| author | Ma Shimiao <mashimiao.fnst@cn.fujitsu.com> | 2015-02-04 15:12:41 +0800 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-02-27 14:44:31 +0100 |
| commit | b8a15201f752877b51ce0944d6cb6085addc848d (patch) | |
| tree | 9af25089bbd739c3890c44e41be5b24d4cbad36a /man3/tmpfile.3 | |
| parent | 081a3b2144645d55001c82b32a8ce74a4cd7264f (diff) | |
| download | man-pages-b8a15201f752877b51ce0944d6cb6085addc848d.tar.gz | |
tmpfile.3: ATTRIBUTES: Note function that is thread-safe
It's markings match glibc markings.
Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/tmpfile.3')
| -rw-r--r-- | man3/tmpfile.3 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man3/tmpfile.3 b/man3/tmpfile.3 index 9e39c4e8ef..d0e4d808b2 100644 --- a/man3/tmpfile.3 +++ b/man3/tmpfile.3 @@ -75,6 +75,18 @@ There was no room in the directory to add the new filename. .TP .B EROFS Read-only filesystem. +.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 tmpfile () +T} Thread safety MT-Safe +.TE .SH CONFORMING TO SVr4, 4.3BSD, C89, C99, SUSv2, POSIX.1-2001. .SH NOTES |
