1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-10 23:14:11 +02:00
Files
coreutils/gl/modules/tempname.diff

19 lines
409 B
Diff
Raw Normal View History

--- tempname 2011-10-27 18:55:14.672722002 +0200
+++ tempname 2011-10-27 18:55:25.200999149 +0200
@@ -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