mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* lib/clean-temp.c: Include hashkey-string.h. (create_temp_dir): Use hashkey_string_* functions instead of clean_temp_string_*. * lib/clean-temp-private.h (clean_temp_string_equals, clean_temp_string_hash): Remove declarations. * modules/clean-temp (Depends-on): Add hashkey-string.
51 lines
522 B
Plaintext
51 lines
522 B
Plaintext
Description:
|
|
Temporary directories and temporary files with automatic cleanup.
|
|
|
|
Files:
|
|
lib/clean-temp.h
|
|
lib/clean-temp.c
|
|
|
|
Depends-on:
|
|
c99
|
|
bool
|
|
clean-temp-simple
|
|
list
|
|
asyncsafe-spin
|
|
unistd-h
|
|
lock
|
|
thread-optim
|
|
error
|
|
fatal-signal
|
|
open
|
|
pathmax
|
|
tmpdir
|
|
mkdtemp
|
|
rmdir
|
|
xalloc
|
|
xalloc-die
|
|
xmalloca
|
|
hashkey-string
|
|
linkedhash-list
|
|
linked-list
|
|
xlist
|
|
gettext-h
|
|
gnulib-i18n
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += clean-temp.h clean-temp.c
|
|
|
|
Include:
|
|
"clean-temp.h"
|
|
|
|
Link:
|
|
$(GETRANDOM_LIB)
|
|
$(LIBTHREAD)
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
all
|