Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/freadahead-tests @ 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 | 03aab12b3f15 |
children |
rev | line source |
---|---|
9159 | 1 Files: |
2 tests/test-freadahead.c | |
3 tests/test-freadahead.sh | |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
9284
diff
changeset
|
4 tests/macros.h |
9159 | 5 |
6 Depends-on: | |
7 lseek | |
8 unistd | |
9 | |
10 configure.ac: | |
11 | |
12 Makefile.am: | |
13 TESTS += test-freadahead.sh | |
14 check_PROGRAMS += test-freadahead |