fchmod-tests, fchmodat tests, lchmod tests: Add more tests.
[gnulib.git] / doc / pastposix-functions / mktemp.texi
blob258fac2b76720f3e2280f6589a67efb46c9027f5
1 @node mktemp
2 @section @code{mktemp}
3 @findex mktemp
5 POSIX specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/mktemp.html}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
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