csharpcomp: Avoid error on Windows.
[gnulib.git] / doc / pastposix-functions / mktemp.texi
blobc50a91837e3b24e4423bb821051725d8297a73e9
1 @node mktemp
2 @section @code{mktemp}
3 @findex mktemp
5 Removed in POSIX.1-2008.
6 POSIX.1-2004 specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/mktemp.html}
8 Gnulib module: ---
10 Portability problems fixed by Gnulib:
11 @itemize
12 @end itemize
14 Portability problems not fixed by Gnulib:
15 @itemize
16 @item
17 This function is not appropriate for creating temporary files.  (It has
18 security risks.)  Therefore it is removed in POSIX.1-2008.  Better use
19 @code{mkstemp} instead.
20 @end itemize