summaryrefslogtreecommitdiffstats
path: root/man3/abort.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/abort.3')
-rw-r--r--man3/abort.36
1 files changed, 6 insertions, 0 deletions
diff --git a/man3/abort.3 b/man3/abort.3
index 0b57e10ed..a466d0913 100644
--- a/man3/abort.3
+++ b/man3/abort.3
@@ -47,6 +47,12 @@ function will still terminate the process.
It does this by restoring the default disposition for
.B SIGABRT
and then raising the signal for a second time.
+.PP
+As with other cases of abnormal termination the functions registered with
+.BR atexit (3)
+and
+.BR on_exit (3)
+are not called.
.SH RETURN VALUE
The
.BR abort ()