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
/
sigaction
blob
438748230da15fded8237f0d5e4902c27a7dff27
1
Description:
2
POSIX compatible signal handlers.
3
4
Files:
5
lib/sigaction.c
6
lib/sig-handler.h
7
lib/sig-handler.c
8
m4/sigaction.m4
9
10
Depends-on:
11
extern-inline
12
signal-h
13
sigprocmask [test $HAVE_SIGACTION = 0]
14
15
configure.ac:
16
gl_SIGACTION
17
if test $HAVE_SIGACTION = 0; then
18
AC_LIBOBJ([sigaction])
19
gl_PREREQ_SIGACTION
20
fi
21
gl_SIGNAL_MODULE_INDICATOR([sigaction])
22
23
Makefile.am:
24
lib_SOURCES += sig-handler.c
25
26
Include:
27
<signal.h>
28
29
License:
30
LGPLv2+
31
32
Maintainer:
33
Eric Blake