summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-09-09 18:52:00 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-09-09 18:52:00 +0000
commite348b8ea256bee3612ac9fda143982e42f18e13b (patch)
treed93f43df5f5585d53458534102f435b4b9cb9a94 /lib/libc/stdlib
parentb8769414cd421cbbda7b4ba9ee1fedf78ab7f091 (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/abort.310
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libc/stdlib/abort.3 b/lib/libc/stdlib/abort.3
index 007a9b886bd0..51b6f1bc716e 100644
--- a/lib/libc/stdlib/abort.3
+++ b/lib/libc/stdlib/abort.3
@@ -57,6 +57,11 @@ signal
is being caught and the signal handler does not return.
.Pp
Any open streams are flushed and closed.
+.Sh IMPLEMENTATION NOTES
+The
+.Fn abort
+function is thread-safe.
+It is unknown if it is async-cancel-safe.
.Sh RETURN VALUES
The
.Fn abort
@@ -71,3 +76,8 @@ The
function
conforms to
.St -p1003.1-90 .
+The
+.Fn abort
+function also conforms to
+.St -isoC-99
+with the implementation specific details as noted above.