We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ab69f commit 959b909Copy full SHA for 959b909
file-api.tex
@@ -299,7 +299,8 @@
299
\item If a process needs a temporary file, it can create it, \texttt{unlink}
300
(see page \pageref{UNLINK}) it right away, and work with it using the existing
301
file descriptor. When the file descriptor is closed (and all of its possible
302
-duplicates), the file data is released.
+duplicates), the file data is released. For persistent and visible temporary
303
+files, \texttt{mkstemp} is used.
304
\item Even \texttt{close} may fail. For example, some filesystems may write the
305
data on file closure (NFS), and if that write fails, \texttt{close} fails.
306
In such case the error code should be used only for diagnostics. There is no
0 commit comments