view modules/tempname @ 40237:b1386ce84ff5

fatal-signal: Add function that lists the fatal signals. * lib/fatal-signal.h (get_fatal_signals): New declaration. * lib/fatal-signal.c (get_fatal_signals): New function.
author Bruno Haible <bruno@clisp.org>
date Sat, 16 Mar 2019 17:48:06 +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