* lib/tempname.c, lib/tempname.h: Remove incorrect comment,
as the names are not necessarily hard to predict (Bug#57129).
+2022-08-15 Paul Eggert <eggert@cs.ucla.edu>
+
+ tempname: remove incorrect comment
+ * lib/tempname.c, lib/tempname.h: Remove incorrect comment,
+ as the names are not necessarily hard to predict (Bug#57129).
+
2022-08-13 Paul Eggert <eggert@cs.ucla.edu>
stdbool: port to C23
and return a read-write fd. The file is mode 0600.
__GT_DIR: create a directory, which will be mode 0700.
- We use a clever algorithm to get hard-to-predict names. */
+ */
#ifdef _LIBC
static
#endif
and return a read-write fd. The file is mode 0600.
GT_DIR: create a directory, which will be mode 0700.
- We use a clever algorithm to get hard-to-predict names. */
+ */
extern int gen_tempname (char *tmpl, int suffixlen, int flags, int kind);
/* Similar, except X_SUFFIX_LEN gives the number of Xs. */
extern int gen_tempname_len (char *tmpl, int suffixlen, int flags, int kind,