totalorderl: Simplify on MSVC.
[gnulib.git] / modules / fatal-signal
blob10351b9b7da24a2837b53411201a66bf0a131525
1 Description:
2 Emergency actions in case of a fatal signal.
4 Files:
5 lib/fatal-signal.h
6 lib/fatal-signal.c
7 m4/fatal-signal.m4
8 m4/sig_atomic_t.m4
10 Depends-on:
11 c99
12 stdbool
13 unistd
14 sigaction
15 lock
16 thread-optim
17 sigprocmask
18 raise
20 configure.ac:
21 gl_FATAL_SIGNAL
23 Makefile.am:
24 lib_SOURCES += fatal-signal.h fatal-signal.c
26 Include:
27 "fatal-signal.h"
29 Link:
30 $(LIBTHREAD)
32 License:
33 LGPLv2+
35 Maintainer:
36 all