summaryrefslogtreecommitdiff
path: root/gnulib/doc/pastposix-functions/mktemp.texi
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/doc/pastposix-functions/mktemp.texi')
m---------gnulib0
-rw-r--r--gnulib/doc/pastposix-functions/mktemp.texi19
2 files changed, 19 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 4fc10daa05477586fea99b6b3ca02a87d1102fa
diff --git a/gnulib/doc/pastposix-functions/mktemp.texi b/gnulib/doc/pastposix-functions/mktemp.texi
new file mode 100644
index 00000000..206957ac
--- /dev/null
+++ b/gnulib/doc/pastposix-functions/mktemp.texi
@@ -0,0 +1,19 @@
+@node mktemp
+@section @code{mktemp}
+@findex mktemp
+
+POSIX specification: @url{http://www.opengroup.org/susv3xsh/mktemp.html}
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+This function is not appropriate for creating temporary files. (It has
+security risks.) Therefore it is marked as ``legacy'' in POSIX. Better use
+@code{mkstemp} instead.
+@end itemize