1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/tempname
Bruno Haible 47cd5e6890 tempname: Support for MSVC.
* doc/posix-headers/fcntl.texi: Document the problem with O_ACCMODE on
MSVC.
* modules/tempname (Depends-on): Add fcntl-h.
2011-09-14 02:52:31 +02:00

32 lines
371 B
Plaintext

Description:
gen_tempname() function: create a private temporary file or directory.
Files:
lib/tempname.c
lib/tempname.h
m4/tempname.m4
Depends-on:
extensions
fcntl-h
gettimeofday
lstat
stdint
sys_stat
sys_time
configure.ac:
gl_FUNC_GEN_TEMPNAME
Makefile.am:
lib_SOURCES += tempname.c
Include:
"tempname.h"
License:
LGPLv2+
Maintainer:
Eric Blake and Jim Meyering