49 lines
496 B
Plaintext
49 lines
496 B
Plaintext
Description:
|
|
Temporary directories and temporary files with automatic cleanup.
|
|
|
|
Files:
|
|
lib/clean-temp.h
|
|
lib/clean-temp.c
|
|
|
|
Depends-on:
|
|
c99
|
|
stdbool
|
|
clean-temp-simple
|
|
list
|
|
asyncsafe-spin
|
|
unistd
|
|
lock
|
|
thread-optim
|
|
error
|
|
fatal-signal
|
|
open
|
|
pathmax
|
|
tmpdir
|
|
mkdtemp
|
|
rmdir
|
|
xalloc
|
|
xalloc-die
|
|
xmalloca
|
|
linkedhash-list
|
|
linked-list
|
|
xlist
|
|
gettext-h
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += clean-temp.h clean-temp.c
|
|
|
|
Include:
|
|
"clean-temp.h"
|
|
|
|
Link:
|
|
$(GETRANDOM_LIB)
|
|
$(LIBTHREAD)
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
all
|