mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/fcntl (Description): Disambiguate function references. * modules/getcwd-lgpl (Description): Likewise. * modules/hostent (Description): Likewise. * modules/servent (Description): Likewise. * modules/tempname (Description): Likewise.
34 lines
413 B
Plaintext
34 lines
413 B
Plaintext
Description:
|
|
gen_tempname() function and try_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
|
|
secure_getenv
|
|
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
|