repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
clean-temp
blob
8551ce5f69c78e0440195d610ce61188b56a02ed
1
Description:
2
Temporary directories and temporary files with automatic cleanup.
3
4
Files:
5
lib/clean-temp.h
6
lib/clean-temp.c
7
8
Depends-on:
9
c99
10
stdbool
11
stdint
12
unistd
13
lock
14
thread-optim
15
error
16
fatal-signal
17
asyncsafe-spin
18
open
19
pathmax
20
tmpdir
21
mkdtemp
22
rmdir
23
xalloc
24
xmalloca
25
linkedhash-list
26
linked-list
27
xlist
28
gettext-h
29
30
configure.ac:
31
AC_DEFINE([SIGNAL_SAFE_LIST], [1], [Define if lists must be signal-safe.])
32
33
Makefile.am:
34
lib_SOURCES += clean-temp.h clean-temp.c
35
36
Include:
37
"clean-temp.h"
38
39
Link:
40
$(LIB_GETRANDOM)
41
$(LIBTHREAD)
42
43
License:
44
GPL
45
46
Maintainer:
47
all