mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
tempname: remove incorrect comment
* lib/tempname.c, lib/tempname.h: Remove incorrect comment, as the names are not necessarily hard to predict (Bug#57129).
This commit is contained in:
committed by
Bruno Haible
parent
b5eea98fbc
commit
bb52eb3dfb
+1
-1
@@ -213,7 +213,7 @@ static const char letters[] =
|
||||
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
|
||||
|
||||
+1
-1
@@ -48,7 +48,7 @@ extern "C" {
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user