Mercurial > hg > octave-lojdl > gnulib-hg
view modules/mkostemp @ 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 | 51231c56c0a1 |
children |
line wrap: on
line source
Description: mkostemp() function: create a private temporary file, with specific opening flags. Files: lib/mkostemp.c m4/mkostemp.m4 Depends-on: stdlib extensions largefile tempname [test $HAVE_MKOSTEMP = 0] configure.ac: gl_FUNC_MKOSTEMP if test $HAVE_MKOSTEMP = 0; then AC_LIBOBJ([mkostemp]) gl_PREREQ_MKOSTEMP fi gl_MODULE_INDICATOR([mkostemp]) gl_STDLIB_MODULE_INDICATOR([mkostemp]) Makefile.am: Include: <stdlib.h> License: LGPLv2+ Maintainer: Jim Meyering, Bruno Haible