NEWS.stable: log cherry-pick [e446f25]->[c092018] relocatable-shell: Update suggested...
[gnulib.git] / doc / pastposix-functions / mktemp.texi
1 @node mktemp
2 @section @code{mktemp}
3 @findex mktemp
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/mktemp.html}
6
7 Gnulib module: ---
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
12
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function is not appropriate for creating temporary files.  (It has
17 security risks.)  Therefore it is marked as ``legacy'' in POSIX.  Better use
18 @code{mkstemp} instead.
19 @end itemize