34 lines
524 B
Plaintext
34 lines
524 B
Plaintext
Description:
|
|
Send a signal to the executing process.
|
|
|
|
Files:
|
|
lib/raise.c
|
|
m4/raise.m4
|
|
|
|
Depends-on:
|
|
signal-h
|
|
msvc-inval [test $HAVE_RAISE = 0 || test $REPLACE_RAISE = 1]
|
|
|
|
configure.ac:
|
|
gl_FUNC_RAISE
|
|
gl_CONDITIONAL([GL_COND_OBJ_RAISE],
|
|
[test $HAVE_RAISE = 0 || test $REPLACE_RAISE = 1])
|
|
AM_COND_IF([GL_COND_OBJ_RAISE], [
|
|
gl_PREREQ_RAISE
|
|
])
|
|
gl_SIGNAL_MODULE_INDICATOR([raise])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_RAISE
|
|
lib_SOURCES += raise.c
|
|
endif
|
|
|
|
Include:
|
|
<signal.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jim Meyering
|