Mercurial > hg > octave-lojdl > gnulib-hg
annotate m4/closein.m4 @ 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 | 8250f2777afc |
children | e542fd46ad6f |
rev | line source |
---|---|
15184
bf8fdb98234b
closein: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
14079
diff
changeset
|
1 # closein.m4 serial 2 |
16201
8250f2777afc
maint: update all copyright year number ranges
Jim Meyering <meyering@redhat.com>
parents:
15184
diff
changeset
|
2 dnl Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. |
8674
72f80d715b09
Work around glibc's failure to reset seekable stdin on exit.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
3 dnl This file is free software; the Free Software Foundation |
72f80d715b09
Work around glibc's failure to reset seekable stdin on exit.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
4 dnl gives unlimited permission to copy and/or distribute it, |
72f80d715b09
Work around glibc's failure to reset seekable stdin on exit.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
5 dnl with or without modifications, as long as this notice is preserved. |
72f80d715b09
Work around glibc's failure to reset seekable stdin on exit.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
6 |
15184
bf8fdb98234b
closein: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
14079
diff
changeset
|
7 dnl Prerequisites of lib/closein.c. |
8674
72f80d715b09
Work around glibc's failure to reset seekable stdin on exit.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
8 AC_DEFUN([gl_CLOSEIN], |
72f80d715b09
Work around glibc's failure to reset seekable stdin on exit.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
9 [ |
72f80d715b09
Work around glibc's failure to reset seekable stdin on exit.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
10 : |
72f80d715b09
Work around glibc's failure to reset seekable stdin on exit.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
11 ]) |