atexit.3: Calling _exit(2) terminates processing of exit handlers

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-12-05 11:07:09 -05:00
parent 374b9a8f7b
commit 41bf770ca3
1 changed files with 7 additions and 0 deletions

View File

@ -75,6 +75,13 @@ Functions registered using
are not called if a process terminates abnormally because
of the delivery of a signal.
If one of the functions registered functions calls
.BR _exit (2),
then any remaining functions are not invoked,
and the other process termination steps performed by
.BR exit (3)
are not performed.
The
.BR atexit ()
and