Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/stdlib-safer @ 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 | fc0079effbc1 |
children |
rev | line source |
---|---|
7000 | 1 Description: |
2 File stream functions that avoid clobbering std{in,out,err}. | |
3 | |
4 Files: | |
5 lib/stdlib--.h | |
6 lib/stdlib-safer.h | |
7 lib/mkstemp-safer.c | |
8 | |
9 Depends-on: | |
12432
0759131e0d13
New module 'fd-safer-flag'.
Bruno Haible <bruno@clisp.org>
parents:
11849
diff
changeset
|
10 fd-safer-flag |
7000 | 11 mkstemp |
11849
18b5c404aa04
tests: test some of the *-safer modules
Eric Blake <ebb9@byu.net>
parents:
7497
diff
changeset
|
12 stdlib |
7000 | 13 unistd-safer |
14 | |
15 configure.ac: | |
16 | |
17 Makefile.am: | |
15247
fc0079effbc1
stdlib-safer: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
13075
diff
changeset
|
18 lib_SOURCES += mkstemp-safer.c |
7000 | 19 |
20 Include: | |
21 "stdlib-safer.h" | |
22 | |
23 License: | |
24 GPL | |
25 | |
26 Maintainer: | |
27 Paul Eggert, Jim Meyering |