aboutsummaryrefslogtreecommitdiffstats
path: root/man3/tmpfile.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/tmpfile.3')
-rw-r--r--man3/tmpfile.312
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