Mercurial > hg > octave-lojdl > gnulib-hg
view modules/unlockpt @ 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 | 69cc1dcd696b |
children |
line wrap: on
line source
Description: unlockpt() function: Unlock the slave side of a pseudo-terminal from its master side. Files: lib/unlockpt.c m4/unlockpt.m4 Depends-on: stdlib extensions fcntl-h [test $HAVE_UNLOCKPT = 0] ptsname [test $HAVE_UNLOCKPT = 0] configure.ac: gl_FUNC_UNLOCKPT if test $HAVE_UNLOCKPT = 0; then AC_LIBOBJ([unlockpt]) gl_PREREQ_UNLOCKPT fi gl_STDLIB_MODULE_INDICATOR([unlockpt]) Makefile.am: Include: <stdlib.h> License: LGPLv2+ Maintainer: Bruno Haible