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
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
fatal-signal
blob
c56956c5758b05abeb0d7a9118c788dbb5c3b8f0
1
Description:
2
Emergency actions in case of a fatal signal.
3
4
Files:
5
lib/fatal-signal.h
6
lib/fatal-signal.c
7
m4/fatal-signal.m4
8
m4/sig_atomic_t.m4
9
10
Depends-on:
11
c99
12
xalloc
13
stdbool
14
unistd
15
sigaction
16
lock
17
thread-optim
18
sigprocmask
19
raise
20
21
configure.ac:
22
gl_FATAL_SIGNAL
23
24
Makefile.am:
25
lib_SOURCES += fatal-signal.h fatal-signal.c
26
27
Include:
28
"fatal-signal.h"
29
30
Link:
31
$(LIBTHREAD)
32
33
License:
34
GPL
35
36
Maintainer:
37
all