Mercurial > hg > octave-lojdl > gnulib-hg
view modules/pipe-posix @ 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 | 6645dea6c600 |
children |
line wrap: on
line source
Description: pipe() function: Creation of a pipe. Files: lib/pipe.c m4/pipe.m4 Depends-on: unistd configure.ac: gl_FUNC_PIPE if test $HAVE_PIPE = 0; then AC_LIBOBJ([pipe]) fi gl_UNISTD_MODULE_INDICATOR([pipe]) Makefile.am: Include: <unistd.h> License: LGPLv2+ Maintainer: Eric Blake