1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- raise() no longer resets the signal handler before it invokes the one

currently configured. It merely blocks the delivery of the respective
  signal to prevent recursion.

- raise() now drops into abort() if a signal handler is set to
  SIG_DFL. The exception is in SIGINT delivery, which has the
  effect of printing a different termination message but otherwise
  program flow takes the same path as abort().


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14907 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2005-03-27 10:02:50 +00:00
parent df01f27551
commit 9c2c44b008
8 changed files with 101 additions and 86 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: stdio_init_exit.c,v 1.30 2005-03-18 12:38:23 obarthel Exp $
* $Id: stdio_init_exit.c,v 1.31 2005-03-27 10:02:50 obarthel Exp $
*
* :ts=4
*
@ -72,8 +72,6 @@ __close_all_files(void)
ENTER();
__check_abort_enabled = FALSE;
__stdio_lock();
if(__num_iob > 0)