diff options
author | Bruno Haible <bruno@clisp.org> | 2008-06-23 22:33:28 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2008-06-23 22:33:28 +0200 |
commit | 1a894ea4dbb6c042c5eb447839549c5f2d4f4e17 (patch) | |
tree | d21b1d1117aa964bc9b40403b16a039e60157c6b /ChangeLog | |
parent | 339b33cdc15903476d18e517d81f508274ffc012 (diff) | |
download | gnulib-1a894ea4dbb6c042c5eb447839549c5f2d4f4e17.tar.gz |
Reenter the fatal_signal_handler in case of nested signal.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2008-06-23 Bruno Haible <bruno@clisp.org> + * lib/fatal-signal.c (fatal_signal_handler): Update comment. + (install_handlers): Don't set the SA_RESETHAND flag. + +2008-06-23 Bruno Haible <bruno@clisp.org> + * m4/sigaction.m4: Comment fixes. * lib/signal.in.h: Likewise. |