mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-21 14:53:56 +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".
21 lines
436 B
Diff
21 lines
436 B
Diff
diff --git a/modules/tempname b/modules/tempname
|
|
index b4708d9..e003c41 100644
|
|
--- a/modules/tempname
|
|
+++ b/modules/tempname
|
|
@@ -1,5 +1,5 @@
|
|
Description:
|
|
-gen_tempname() function: create a private temporary file or directory.
|
|
+gen_tempname, gen_tempname_len: create a private temporary file or directory.
|
|
|
|
Files:
|
|
lib/tempname.c
|
|
@@ -11,6 +11,8 @@ extensions
|
|
fcntl-h
|
|
gettimeofday
|
|
lstat
|
|
+randint
|
|
+stdbool
|
|
stdint
|
|
sys_stat
|
|
sys_time
|