Mercurial > hg > octave-lojdl > gnulib-hg
view modules/raise @ 16364:89227b989588
fatal-signal: use C prototypes (with explicit void).
* lib/fatal-signal.c (uninstall_handlers, install_handlers)
(init_fatal_signal_set, block_fatal_signals): Fix signatures.
author | Akim Demaille <demaille@gostai.com> |
---|---|
date | Wed, 08 Feb 2012 10:36:20 +0100 |
parents | 51a803e5cfdc |
children |
line wrap: on
line source
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 if test $HAVE_RAISE = 0 || test $REPLACE_RAISE = 1; then AC_LIBOBJ([raise]) gl_PREREQ_RAISE fi gl_SIGNAL_MODULE_INDICATOR([raise]) Makefile.am: Include: <signal.h> License: LGPLv2+ Maintainer: Jim Meyering, Bruno Haible