view modules/tempname @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents 7ca385183654
children
line wrap: on
line source

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
mkdir
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