Menu

Commit [r225]  Maximize  Restore  History

- 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().

obarthel 2005-03-27

changed /trunk/library/changes
changed /trunk/library/signal_kill.c
changed /trunk/library/signal_raise.c
changed /trunk/library/stdio_init_exit.c
changed /trunk/library/stdlib_abort.c
changed /trunk/library/unistd_chdir.c
changed /trunk/library/unistd_sleep.c
changed /trunk/library/unistd_unlink.c
/trunk/library/changes Diff Switch to side-by-side view
Loading...
/trunk/library/signal_kill.c Diff Switch to side-by-side view
Loading...
/trunk/library/signal_raise.c Diff Switch to side-by-side view
Loading...
/trunk/library/stdio_init_exit.c Diff Switch to side-by-side view
Loading...
/trunk/library/stdlib_abort.c Diff Switch to side-by-side view
Loading...
/trunk/library/unistd_chdir.c Diff Switch to side-by-side view
Loading...
/trunk/library/unistd_sleep.c Diff Switch to side-by-side view
Loading...
/trunk/library/unistd_unlink.c Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.