summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-09-09 18:52:00 +0000
committerasmodai <asmodai@FreeBSD.org>2001-09-09 18:52:00 +0000
commite08a19072b3f0f475a9a7e652fe11ffc03172247 (patch)
treed93f43df5f5585d53458534102f435b4b9cb9a94 /lib/libc/stdlib
parent9bcbcfd13b61220c3de819914e0e2d6c2b604370 (diff)
downloadFreeBSD-src-e08a19072b3f0f475a9a7e652fe11ffc03172247.zip
FreeBSD-src-e08a19072b3f0f475a9a7e652fe11ffc03172247.tar.gz
Detail thread-safe and async-cancel-safe status.
Also add C99 conformity status plus clarification that C99 leaves the flushing of unwritten data, closure of open streams, and removal of temporary files to the implementation.
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 007a9b8..51b6f1b 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.
OpenPOWER on IntegriCloud