mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-21 23:02:05 +02:00
We carry local adjustments for a few gnulib modules via the patches in gl/. Nearly all of those patches had become stale due to evolution of the originals in gnulib. To refresh them, first make sure you have no local changes in gl/ or in the gnulib submodule, then run "make refresh-gnulib-patches".
13 lines
433 B
Diff
13 lines
433 B
Diff
diff --git a/lib/tempname.h b/lib/tempname.h
|
|
index 7972562..7ced9a9 100644
|
|
--- a/lib/tempname.h
|
|
+++ b/lib/tempname.h
|
|
@@ -46,5 +46,7 @@
|
|
|
|
We use a clever algorithm to get hard-to-predict names. */
|
|
extern int gen_tempname (char *tmpl, int suffixlen, int flags, int kind);
|
|
+extern int gen_tempname_len (char *tmpl, int suffixlen, int flags, int kind,
|
|
+ size_t x_suffix_len);
|
|
|
|
#endif /* GL_TEMPNAME_H */
|