Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/fatal-signal @ 15333:f03da5e72c61
timespec-add, timespec-sub: new modules
* lib/timespec.h (timespec_add, timespec_sub): New decls.
* lib/timespec-add.c, lib/timespec-sub.c:
* modules/timespec-add, modules/timespec-sub: New files.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Thu, 30 Jun 2011 15:17:31 -0700 |
parents | 54813304edd2 |
children |
rev | line source |
---|---|
4770 | 1 Description: |
2 Emergency actions in case of a fatal signal. | |
3 | |
4 Files: | |
5 lib/fatal-signal.h | |
6 lib/fatal-signal.c | |
7 m4/fatal-signal.m4 | |
4786
83d8d561903a
Improved 'fatal-signal' module.
Bruno Haible <bruno@clisp.org>
parents:
4770
diff
changeset
|
8 m4/sig_atomic_t.m4 |
4770 | 9 |
10 Depends-on: | |
11 xalloc | |
12 stdbool | |
6751
1b0092424a44
Include <unistd.h> unconditionally.
Bruno Haible <bruno@clisp.org>
parents:
5251
diff
changeset
|
13 unistd |
10230
54813304edd2
Use sigaction module rather than signal().
Eric Blake <ebb9@byu.net>
parents:
10210
diff
changeset
|
14 sigaction |
7503 | 15 sigprocmask |
10210 | 16 raise |
4770 | 17 |
18 configure.ac: | |
19 gl_FATAL_SIGNAL | |
20 | |
21 Makefile.am: | |
22 lib_SOURCES += fatal-signal.h fatal-signal.c | |
23 | |
24 Include: | |
25 "fatal-signal.h" | |
26 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4786
diff
changeset
|
27 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4786
diff
changeset
|
28 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4786
diff
changeset
|
29 |
4770 | 30 Maintainer: |
31 Bruno Haible | |
32 |