mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-09-10 07:59:52 +02:00
This includes a change to require --with-libmount to be used with configure, due to the many libmount dependencies. * bootstrap: Sync with gnulib to exit early on gnulib-tool error. * gl/lib/tempname.c.diff: Adjust for gnulib changes. * gl/lib/tempname.h.diff: Likewise. * gl/modules/tempname: Likewise. * doc/.gitignore: Add new gendocs_template_min gnulib script.
22 lines
458 B
Diff
22 lines
458 B
Diff
diff --git a/modules/tempname b/modules/tempname
|
|
index 7fafd72..4703517 100644
|
|
--- a/modules/tempname
|
|
+++ b/modules/tempname
|
|
@@ -1,5 +1,5 @@
|
|
Description:
|
|
-gen_tempname() and try_tempname(): create a private temporary file or directory.
|
|
+{gen,try}_tempname{,_len}(): create a private temporary file or directory.
|
|
|
|
Files:
|
|
lib/tempname.c
|
|
@@ -11,7 +11,9 @@ extensions
|
|
fcntl-h
|
|
gettimeofday
|
|
lstat
|
|
+randint
|
|
secure_getenv
|
|
+stdbool
|
|
stdint
|
|
sys_stat
|
|
sys_time
|